html {
    font-family: "MiSans VF", "PingFang SC", "Microsoft Yahei";
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}


input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

td,th {
    padding: 0
}

ol,ul,li {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,h7,p {
    margin: 0;
}

input[type='range'] {
  -webkit-appearance: none;
  width: 300px;
  border-radius: 10px;
  /*这个属性设置使填充进度条时的图形为圆角*/
}

/* chrome */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
  height: 7px;
  /*border-radius: 10px;*/
  /*将轨道设为圆角的*/
  background: #EFEFEF;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 17px;
  width: 7px;
  margin-top: -5px;
  /*使滑块超出轨道部分的偏移量相等*/
  background: #1366EC;
}

/* ----firefox---- */
input[type='range']::-moz-range-track {
  height: 25px;
  border-radius: 10px;
  /*将轨道设为圆角的*/
  box-shadow: 0 1px 1px #def3f8, inset 0 0.125em 0.125em #0d1112;
  /*轨道内置阴影效果*/
}

input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -5px;
  /*使滑块超出轨道部分的偏移量相等*/
  background: #ffffff;
  border-radius: 50%;
  /*外观设置为圆形*/
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  /*设置边框*/
  box-shadow: 0 0.125em 0.125em #3b4547;
  /*添加底部阴影*/
}

input[type='range']::-moz-range-progress {
  background: linear-gradient(to right, green, white 100%, white);
  height: 24px;
  border-radius: 10px;
}

/* ----ie---- */
input[type='range']::-ms-track {
  height: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 1px #def3f8, inset 0 0.125em 0.125em #0d1112;
  border-color: transparent;
  /*去除原有边框*/
  color: transparent;
  /*去除轨道内的竖线*/
}

input[type='range']::-ms-thumb {
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  box-shadow: 0 0.125em 0.125em #3b4547;
}

input[type='range']::-ms-fill-lower {
  /*进度条已填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: linear-gradient(to right, green, white 100%, white);
}

input[type='range']::-ms-fill-upper {
  /*进度条未填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: #ffffff;
}

input[type='range']:focus::-ms-fill-lower {
  background: linear-gradient(to right, green, white 100%, white);
}

input[type='range']:focus::-ms-fill-upper {
  background: #ffffff;
}

:root {
    --top-z-index: 1000001;
}

@media (min-width: 1200px) {
    :root {
        --grid-margin: max(0.009px, calc((100vw - 1920px) / 2));
        --grid-style1-margin: max(24px, calc((100vw - 1920px) / 2));
        --grid-style2-margin: max(24px, calc((100vw - 1920px) / 2));
        --grid-style3-margin: max(20px, calc((100vw - 1920px) / 2));
    }
}

@media (min-width: 1500px) {
    :root {
        --grid-margin: max(0.009px, calc((100vw - 1920px) / 2));
        --grid-style1-margin: max(24px, calc((100vw - 1920px) / 2));
        --grid-style2-margin: max(30px, calc((100vw - 1920px) / 2));
        --grid-style3-margin: max(40px, calc((100vw - 1920px) / 2));
    }
}

@media (min-width: 1660px) {
    :root {
        --grid-margin: max(0.009px, calc((100vw - 1920px) / 2));
        --grid-style1-margin: max(48px, calc((100vw - 1920px) / 2));
        --grid-style2-margin: max(100px, calc((100vw - 1920px) / 2));
        --grid-style3-margin: max(120px, calc((100vw - 1920px) / 2));
    }
}

@media (min-width: 1900px) {
    :root {
        --grid-margin: max(0.009px, calc((100vw - 1920px) / 2));
        --grid-style1-margin: max(48px, calc((100vw - 1920px) / 2));
        --grid-style2-margin: max(120px, calc((100vw - 1920px) / 2));
        --grid-style3-margin: max(240px, calc((100vw - 1920px) / 2));
    }
}

header {
    /*position: fixed;*/
    width: 100%;
    min-height: 64px;
    box-shadow: inset 0 -1px #FBF9F7;
    background: #fff;
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 999;*/
}

header .top {
    position: relative;
    height: 65px;
    width: calc(100% - var(--grid-margin) * 2);
    margin: 0 auto;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top a {
    text-decoration: none;
    color: #181818;
}

header .top .left-wrap .logo-link {
    height: 64px;
    display: block;
    margin-left: 20px;
    margin-right: 17px;
    float: left;
}

header .top .left-wrap .logo-link img {
    height: 21px;
    width: 81px;
    vertical-align: center;
    margin-top: 21px;
}

header .top .right-wrap-m {
    height: 64px;
    float: right;
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .top .right-wrap-m .menu-item {
    width: 18px;
    height: 18px;
    background-image: url('../images/mobile/icon-menu.png');
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 0 0;
}

header .top .right-wrap-m .menu-item.active {
    background-position: 0 -18px;
}

header .top .right-wrap-m .user-item {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background-image: url('../images/mobile/icon-user.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

header .top .right-wrap-m .login-item {
    margin-right: 20px;
}

header .top .right-wrap-m .login-item .login-btn {
    display: block;
    width: 80px;
    background: linear-gradient(-90deg, #FF6A00, #FFA200);
    color: #fff;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

header .top .right-wrap-m .right-dropdown {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #FFFFFF;
    border-top: 1px solid #EFEFEF;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu {
    display: none;
    width: 100%;
    height: calc(100vh - 64px);
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu.show {
    display: block;
}

header .top .login-item .member-info {
    position: relative;
    width: 100%;
    height: 40px;
}

header .top .login-item .member-info .account-name {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-right: 28px;
    line-height: 40px;
    color: #191919;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .top .login-item .member-info .account-name:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url('../images/common/icon-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s;
    transition: .5s;
}

header .top .login-item .member-info:hover .account-name:after {
    transform: rotate(180deg);
}

header .top .login-item .member-info .member-content {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 160px;
    padding: 10px 20px;
    background: #FFFFFF;
    z-index: 999;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

header .top .login-item .member-info:hover .member-content {
    visibility: visible;
    opacity: 1;
}

header .top .login-item .member-info .member-content .member-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

header .top .login-item .member-info .member-content .member-content-wrapper .member-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

header .top .login-item .member-info .member-content .member-content-wrapper .member-logout {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
    padding-bottom: 20px;
}

header .top .login-item .member-info .member-content .member-content-wrapper .member-logout a,
header .top .login-item .member-info .member-content .member-content-wrapper .member-group a {
    padding-top: 20px;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu {
    width: 120px;
    height: 100%;
    background: #F6F6F6;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu .mbnav-left-menu-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu .mbnav-left-menu-list .mbmenu-item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu .mbnav-left-menu-list .mbmenu-item a {
    position: relative;
    display: block;
    width: 100%;
    color: #181818;
    transition: all .2s;
    font-size: 14px;
    line-height: 22px;
    padding: 0 15px;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu .mbnav-left-menu-list .mbmenu-item.active a {
    color: #FF6A00;
    font-weight: 600;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-left-menu .mbnav-left-menu-list .mbmenu-item.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    width: 4px;
    height: 100%;
    background: #FF6A00;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses {
    width: calc(100% - 120px);
    height: 100%;
    background: #FFFFFF;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li.show {
    display: flex;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-item a {
    display: block;
    width: 100%;
    color: #181818;
    transition: all .2s;
    padding: 0 32px;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-item a:hover {
    color: #FF6A00;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-item h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-item .menu-hot-icon {
    height: 12px;
    padding: 0 6px;
    border: 1px solid #F65159;
    border-radius: 2px;
    color: #F65159;
    font-size: 12px !important;
    margin-left: 6px;
    line-height: 1;
}

header .top .right-wrap-m .right-dropdown .right-dropdown-menu .right-dropdown-menu-inner .mbnav-right-collapses .collapses-list li .collapses-title {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px 20px;
    border-bottom: 1px solid #D4D4D4;
    font-size: 14px;
    font-weight: 600;
}

/* 登录注册页面 header-right item */
header .top .right-wrap {
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .top .right-wrap .ability-element {
    margin-right: 20px;
}


@media (min-width: 768px) {
    header {
        /*position: fixed;*/
        width: 100%;
        min-height: 64px;
        box-shadow: inset 0 -1px #FBF9F7;
        background: #fff;
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 999;*/
    }
    
    header .top {
        position: relative;
        height: 65px;
        width: calc(100% - var(--grid-margin) * 2);
        margin: 0 auto;
        border-bottom: 1px solid #F2F2F2;
        display: block;
    }
    
    header .top a {
        text-decoration: none;
        color: #181818;
    }
    
    header .top .left-wrap .logo-link {
        height: 64px;
        display: block;
        margin-left: 49px;
        margin-right: 17px;
        float: left;
    }
    
    header .top .left-wrap .logo-link img {
        height: 21px;
        width: 81px;
        vertical-align: center;
        margin-top: 21px;
    }
    
    header .top .left-wrap .menu .topbar-wrap .topbar {
        line-height: 64px;
        white-space: nowrap;
        overflow-x: scroll;
    }
    
    header .top .left-wrap .menu .topbar-wrap .topbar::-webkit-scrollbar {
        display: none;
    }
    
    header .top .left-wrap .menu .topbar-wrap .topbar .topbar-inner {
        position: relative;
    }
    
    header .top .left-wrap .topbar-inner .menu-item {
        position: relative;
        cursor: default;
        display: inline-block;
        padding: 0 17px;
        color: #181818;
        font-size: 14px;
        text-decoration: none;
    }
    
    header .top .left-wrap .topbar-inner .menu-item.icon-activity {
        padding-left: 45px;
    }
    
    header .top .left-wrap .topbar-inner .menu-item.icon-activity:before {
        position: absolute;
        top: 22px;
        left: 18px;
        content: "";
        width: 16px;
        height: 17px;
        background: url('../images/common/icon-gift.png') no-repeat center / contain;
    }
    
    header .top .left-wrap .topbar-inner .menu-item.selected {
        color: #ff6a00;
    }
    
    header .top .left-wrap .topbar-inner .menu-item.selected:after {
        content: "";
        display: block;
        width: calc(100% - 17px * 2);
        height: 2px;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #ff6a00;
    }
    
    header .top .left-wrap .topbar-inner .menu-item i.menu-arrow:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 3px;
        width: 5px;
        height: 5px;
        border: solid #181818;
        border-width: 0 0 1.5px 1.5px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    
    header .top .left-wrap .topbar-inner .menu-item.selected i.menu-arrow:before {
        border-color: #ff6a00;
        transform: translate(-50%, -15%) rotate(135deg);
    }
    
    header .top .topbar-dropdown {
        visibility: hidden;
        opacity: 0;
        background: #fff;
        position: absolute;
        top: 65px;
        left: 0;
        box-shadow: 0px 8px 10px 0px rgba(198,198,198,0.22);
        width: 100%;
        height: auto;
        z-index: 999;
        transition-property: height;
        transition: height .2s cubic-bezier(.215, .61, .355, 1), opacity .2s cubic-bezier(.215, .61, .355, 1);
    }
    
    header .top .topbar-dropdown .dropdown-menu-container {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item {
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        display: flex;
        width: 100%;
        background-color: #fff;
        justify-content: flex-start;
        align-items: stretch;
        box-shadow: 0px 8px 10px 0px rgba(198,198,198,0.22);
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item.show {
        opacity: 1;
        visibility: visible;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-left {
        width: 480px;
        min-height: 240px;
        background-color: #F6F6F6;
        background-image: url('../images/top/top-left-bg.png');
        background-repeat: no-repeat;
        background-size: 480px 310px;
        background-position: right top;
    }
    
    header .top .topbar-dropdown .dropdown-menu-left-title {
        float: right;
        width: 210px;
        margin-right: 40px;
        padding-top: 40px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-left .dropdown-menu-left-title h2 {
        color: #181818;
        font-size: 18px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-left .dropdown-menu-left-title .menu-item-text {
        margin-top: 20px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-left .dropdown-menu-left-title .menu-item-text p {
        margin-bottom: 0;
        line-height: 26px;
        font-size: 14px;
        color: #787878;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right {
        width: 820px;
        padding-top: 10px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-activity-right {
        width: auto;
        padding-right: 40px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .dropdown-menu-right-column {
        width: 50%;
        padding-top: 28px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .dropdown-menu-right-column:first-child {
        border-right: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .dropdown-menu-right-column b {
        padding-left: 70px;
        padding-bottom: 10px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item {
        width: 390px;
        padding: 10px 20px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item:nth-child(odd) {
        border-right: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .dropdown-menu-right-column .menu-common-item {
        border-right: none;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item .menu-common-item-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px 15px 50px;
        overflow: hidden;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item .menu-common-item-inner:hover {
        background: #FFFAF4;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner .menu-common-icon {
        width: 41px;
        height: 41px;
        margin-right: 20px;
        border: 1px solid #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner:hover .menu-common-icon {
        border-color: #FCAA62;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner .menu-common-text h3 {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        margin-bottom: 10px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner .menu-common-text h3.arrow-right {
        position: relative;
        display: inline-block;
        padding-right: 24px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner .menu-common-text h3.arrow-right:after{
        position: absolute;
        right: 2px;
        top: 3px;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border: solid #181818;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .menu-common-item-inner .menu-common-text p {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item {
        width: 350px;
        padding: 18px 55px;
        border-right: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item:last-child {
        border: none !important;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item:nth-child(2n+2) {
        border-right: none;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item .menu-activity-item-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item .menu-hot-icon,
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item .menu-hot-icon {
        height: 12px;
        padding: 0 6px;
        border: 1px solid #F65159;
        border-radius: 2px;
        color: #F65159;
        font-size: 12px !important;
        margin-left: 6px;
        line-height: 12px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli {
        width: calc(100% - 480px - 820px);
        padding: 10px 56px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .dropdown-menu-anli-container {
        border-left: 1px solid #F6F6F6;
        padding: 20px 70px 0 70px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-header {
        margin-bottom: 20px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-header h3 {
        font-size: 14px;
        color: #181818;
        margin-bottom: 9px;
        font-weight: 400;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-header p {
        font-size: 12px;
        color: #787878;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-list .menu-anli-item {
        width: 165px;
        height: 59px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-right: 6px;
        margin-bottom: 8px;
        padding-left: 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-list .menu-anli-item h3 {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        margin-bottom: 5px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-list .menu-anli-item a {
        position: relative;
        font-size: 12px;
        color: #4788FF;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .menu-anli-list .menu-anli-item a:after {
        position: absolute;
        content: "";
        display: block;
        top: 5px;
        right: -10px;
        margin: auto;
        width: 5px;
        height: 5px;
        border: solid #4889FF;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    header .top .topbar-dropdown .dropdown-menu-right .menu-activity-item .menu-activity-text {
        margin-bottom: 8px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-right .menu-activity-item .menu-activity-text h3 {
        font-size: 14px;
        color: #181818;
        margin-bottom: 10px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-right .menu-activity-item .menu-activity-text em {
        color: #FF6A00;
        font-style: normal;
    }
    
    header .top .topbar-dropdown .dropdown-menu-right .menu-activity-item .menu-activity-text p {
        color: #787878;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-right .menu-activity-item  img {
        height: 120px;
        width: 240px;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item {
        width: 50%;
        padding: 20px 45px 0 45px;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item:first-child {
        border-right: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header {
        display: inline-block;
        margin-bottom: 46px;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header h3 {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        color: #181818;
        font-weight: 400;
        line-height: 1;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header:hover h3 {
        color: #FF6A00;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header:hover h3:after {
        border-color: #FF6A00;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header h3:after {
        position: absolute;
        right: -19px;
        top: 3px;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border: solid #181818;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-item-header p {
        font-size: 12px;
        color: #787878;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-list-1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-list-1 .menu-support-child {
        width: 100%;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-list-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    header .top .topbar-dropdown .dropdown-techsupport-menu-right .menu-support-item .menu-support-child {
        width: 50%;
        margin-bottom: 28px;
        font-size: 14px;
        color: #181818;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun {
        width: calc(100% - 480px -820px);
        padding: 10px 56px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container {
        height: 100%;
        padding: 20px 70px 0 70px;
        border-left: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-header {
        margin-bottom: 20px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-header h3 {
        font-size: 14px;
        color: #181818;
        margin-bottom: 9px;
        font-weight: 400;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-header p {
        font-size: 12px;
        color: #787878;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-list .menu-zixun-item {
        width: 201px;
        height: 73px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-bottom: 15px;
        padding-left: 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-list .menu-zixun-item h3 {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        margin-bottom: 5px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-list .menu-zixun-item a {
        position: relative;
        font-size: 12px;
        color: #4788FF;
    }
    
    header .top .topbar-dropdown .dropdown-menu-item .dropdown-menu-zixun-container .dropdown-menu-zixun-list .menu-zixun-item a:after {
        position: absolute;
        content: "";
        display: block;
        top: 5px;
        right: -10px;
        margin: auto;
        width: 5px;
        height: 5px;
        border: solid #4889FF;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    header .top .left-wrap .global-search {
        position: relative;
        width: 40px;
        height: 64px;
        float: right;
        margin-right: 390px;
        /*border-right: 1px solid #f5f5f5;*/
        /*border-left: 1px solid #f5f5f5;*/
    }
    
    header .top .left-wrap .global-search .global-search-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        transition: all .3s ease-in-out;
    }
    
    header .top .left-wrap .global-search .global-search-container .global-search-container-inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 13px;
        padding-bottom: 12px;
    }
    
    header .top .left-wrap .global-search .global-search-container .global-search-container-inner input {
        width: 100%;
        height: 38px;
        padding-left: 60px;
        padding-right: 12px;
        outline: none;
        font-size: 14px;
        border: none;
    }
    
    header .top .left-wrap .global-search .global-search-container .global-search-container-inner .top-search-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 17px;
        background: url('../images/common/icon-search.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    header .top .left-wrap .global-search .global-search-inner {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 32px;
        z-index: 999;
        background: #ffffff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
        /*border-radius: 0 0 16px 16px;*/
        transition: opacity 0.2s ease-out, width 0.2s ease-out;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-input {
        width: 100%;
        height: 64px;
        padding: 10px 24px;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-input .global-search-input-inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #191919;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-input .global-search-input-inner:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto 0;
        content: "";
        display: block;
        width: 20px;
        height: 100%;
        background: url('../images/common/icon-search.png');
        background-repeat: no-repeat;
        background-size: 19px 20px;
        background-position: center;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-input .global-search-input-inner .global-search-close {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        width: 20px;
        height: 100%;
        background: url('../images/common/icon-close.png');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-input .global-search-input-inner input {
        width: calc(100% - 24px * 2);
        height: 100%;
        outline: none;
        border: none;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info {
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-history {
        width: 100%;
        padding: 0 44px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-history .global-search-history-title {
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #808080;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-history .global-search-history-title .global-search-history-clear {
        color: #999999;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-history .global-search-history-list {
        display: flex;
        flex-wrap: wrap;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-history .global-search-history-list a {
        border: 1px solid rgba(0,0,0,.2);
        color: #595959;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 32px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-right: 12px;
        max-width: 240px;
        min-width: 58px;
        overflow: hidden;
        padding: 0 12px;
        text-align: center;
        text-overflow: ellipsis;
        -webkit-transition: .2s;
        transition: .2s;
        white-space: nowrap;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-hot {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-hot .global-search-hot-title {
        padding: 12px 44px;
        color: #808080;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-hot .global-search-hot-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-hot .global-search-hot-list a {
        color: #191919;
        cursor: pointer;
        display: block;
        line-height: 22px;
        overflow: hidden;
        padding: 8px 44px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    header .top .left-wrap .global-search .global-search-inner .global-search-default-info .global-search-hot .global-search-hot-list a:hover {
        background: rgba(0,0,0,.05);
        font-weight: 700;
    }
    
    header .top .right-wrap {
        height: auto;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    header .top .right-wrap .ability-element {
        color: #181818;
        font-size: 14px;
        vertical-align: top;
        text-decoration: none;
        display: inline-block;
        padding: 0 10px;
        margin: 0 10px;
        line-height: 64px;
    }
    
    header .top .right-wrap .ability-element:hover {
        color: #ff6a00;
        text-decoration: none;
    }
    
    header .top .right-wrap .org-block.ability-element {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-right: 20px;
        width: 120px;
    }
    
    header .top .right-wrap .org-block.ability-element .index-btn,
    header .top .right-wrap .org-block.ability-element .login-btn {
        display: block;
        width: 96px;
        background: linear-gradient(-90deg, #FF6A00, #FFA200);
        color: #fff;
        padding: 0;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info {
        position: relative;
        width: 100%;
        height: 40px;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .account-name {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 100%;
        padding-right: 28px;
        line-height: 40px;
        color: #191919;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .account-name:after {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: block;
        width: 12px;
        height: 12px;
        content: "";
        background-image: url('../images/common/icon-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 12px 12px;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s;
        transition: .5s;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info:hover .account-name:after {
        transform: rotate(180deg);
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .member-content {
        position: absolute;
        top: 50px;
        right: 10px;
        width: 160px;
        padding: 10px 20px;
        background: #FFFFFF;
        z-index: 999;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
        border-radius: 8px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info:hover .member-content {
        visibility: visible;
        opacity: 1;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .member-content .member-content-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .member-content .member-content-wrapper .member-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 1;
        border-bottom: 1px solid #EFEFEF;
        padding-bottom: 20px;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .member-content .member-content-wrapper .member-logout {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 1;
        padding-bottom: 20px;
    }
    
    header .top .right-wrap .org-block.ability-element .member-info .member-content .member-content-wrapper .member-logout a,
    header .top .right-wrap .org-block.ability-element .member-info .member-content .member-content-wrapper .member-group a {
        padding-top: 20px;
    }
}

@media (min-width: 1500px) {
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item.dropdown-menu-solution .dropdown-menu-anli {
        width: calc(100% - 480px - 720px);
        padding-left: 0;
        padding-right: 0;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli .dropdown-menu-anli-container {
        padding: 20px 40px 0 40px;
    }
}

@media (min-width: 1610px) {
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item:nth-child(2n+2) {
        border-right: 1px solid #F6F6F6;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-activity-item:nth-child(3n+3) {
        border-right: none;
    }
}

@media (min-width: 1700px) {
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-anli {
        width: calc(100% - 480px - 820px);
    }
}

@media (min-width: 1500px) {
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item.dropdown-menu-solution .dropdown-common-menu-right {
        width: 720px;
        padding-left: 0px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item.dropdown-menu-solution .dropdown-menu-right .menu-common-item {
        width: 360px;
    }
}

@media (min-width: 1700px) {
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-common-menu-right {
        width: 820px;
    }
    
    header .top .topbar-dropdown .dropdown-menu-container .dropdown-menu-item .dropdown-menu-right .menu-common-item {
        width: 390px;
    }
}

footer {
    padding-bottom: 40px;
    width: 100%;
    background-color: #FBFBFB;
}

footer .footer-wrap {
    width: calc(100% - var(--grid-style1-margin) * 2);
    margin-left: auto;
    margin-right: auto;
}

footer .footer-wrap .foot-nav {
    width: 100%;
}

footer .footer-wrap .foot-nav .foot-nav-inner {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #EDEDED;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-service {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid #EDEDED;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-1 {
    width: 30%;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-2 {
    width: 40%;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-3 {
    width: 70%;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-wrap .foot-nav .foot-nav-service .service-title {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 20px;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a {
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    height: 36px;
    line-height: 22px;
    cursor: pointer;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a:hover {
    color: #ff6a00;
    text-decoration: none;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item p {
    margin-bottom: 0;
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    cursor: default;
}

footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item .foot-contact {
    font-size: 20px;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-logo {
    width: 80px;
    height: auto;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-desc {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item {
    margin-right: 25px;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item:last-child {
    margin-right: 0;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item a {
    display: block;
    width: 80px;
    height: 80px;
    padding: 2px;
    background: #fff;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item img {
    width: 76px;
    height: 76px;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item p {
    font-size: 12px;
    color: #787878;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-contact-btn {
    background: #FF6A00;
    color: #fff;
    font-size: 14px;
    padding: 8px 62px;
}

footer .footer-wrap .foot-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-wrap .foot-bar .foot-links {
    margin: 22px 0;
    padding: 0 20px;
}

footer .footer-wrap .foot-bar .foot-links a {
    display: inline-block;
    font-size: 12px;
    color: #181818;
    margin-right: 14px;
    line-height: 26px;
}

footer .footer-wrap .foot-bar .foot-links a:hover {
    color: #FF6A00;
    text-decoration: none;
}

footer .footer-wrap .foot-bar .foot-links a:last-child {
    margin-right: 0;
}

footer .footer-wrap .foot-bar .foot-info {
    padding: 0 20px;
    font-size: 12px;
    color: #666;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-bottom,
footer .footer-wrap .foot-bar .foot-info .foot-info-top {
    margin: 4px 0;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-top span {
    display: block;
    line-height: 26px;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-top .copyright {
    display: inline-block;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a {
    display: block;
    color: #666;
    line-height: 26px;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a:hover {
    text-decoration: none;
    color: #FF6A00;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-icp {
    margin-top: 6px;
    line-height: 26px;
}

footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-ga {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .float-sidebar {
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 5px;
    z-index: 990;
    /*transform: translateY(-50%);*/
}

footer .float-sidebar .sidebar-chat {
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    background-color: #fff;
    background-image: url('../images/sidebar/icon-chat.png');
    background-repeat: no-repeat;
    background-size: auto 96px;
    background-position: 0 0;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(198, 198, 198, 0.6);
    cursor: pointer;
}

footer .float-sidebar .sidebar-chat:hover {
    background-position: 0 -48px;
}

footer .float-sidebar .sidebar-m-weichat {
    margin-top: 10px;
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    background-color: #fff;
    background-image: url('../images/sidebar/icon-m-weichat.png');
    background-repeat: no-repeat;
    background-size: auto 96px;
    background-position: 0 0;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(198, 198, 198, 0.6);
    cursor: pointer;
}

footer .float-sidebar .sidebar-m-weichat:hover {
    background-position: 0 -48px;
}

footer .float-sidebar .sidebar-m-phone {
    margin-top: 10px;
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    background-color: #fff;
    background-image: url('../images/sidebar/icon-m-phone.png');
    background-repeat: no-repeat;
    background-size: auto 96px;
    background-position: 0 0;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(198, 198, 198, 0.6);
    cursor: pointer;
}

footer .float-sidebar .sidebar-m-phone:hover {
    background-position: 0 -48px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m {
    position: relative;
    width: 270px;
    padding: 25px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    border-radius: 8px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m:before {
    position: absolute;
    top: 18px;
    right: -6px;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m:after {
    position: absolute;
    top: 15px;
    right: 0px;
    content: "";
    width: 20px;
    height: 23px;
    background: #fff;
    border-color: #fff;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top {
    margin-bottom: 30px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-title {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item {
    font-size: 14px;
    color: #333;
    display: block;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item .icon-phone {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    background-image: url('../images/sidebar/icon-phone.png');
    background-repeat: no-repeat;
    background-size: auto 32px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item:hover {
    color: #FF6A00;
    background-color: #FFF5EF;
    text-decoration: none;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item .org {
    color: #FF6A00;
    padding: 0 4px;
    font-weight: bolder;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item:hover .icon-phone {
    background-position: 0 -16px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-title {
    margin-bottom: 16px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in {
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin-right: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in:last-child {
    margin-right: 0;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover {
    color: #FF6A00;
    text-decoration: none;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-online {
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url('../images/sidebar/icon-chat-online.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 0 0;
    margin-right: 6px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-online {
    background-position: 0 -20px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat {
    display: inline-block;
    width: 23px;
    height: 19px;
    background-image: url('../images/sidebar/icon-chat-weixin.png');
    background-repeat: no-repeat;
    background-size: auto 38px;
    background-position: 0 0;
    margin-right: 6px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-weichat {
    background-position: 0 -19px;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -82px;
    left: 3px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.6);
    border-radius: 4px;
    background: #FFFFFF;
}

footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner img {
    height: 74px;
    width: 74px;
}

footer .float-sidebar .sidebar-info {
    height: 161px;
    width: 48px;
    margin-top: 8px;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

footer .float-sidebar .sidebar-info .sidebar-media {
    position: relative;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-icon {
    display: inline-block;
    height: 21px;
    width: 23px;
    background-image: url('../images/sidebar/icon-media.png');
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-info .sidebar-media:hover .sidebar-media-icon {
    background-position: 0 -21px;
}

footer .float-sidebar .sidebar-info .b-border:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #E7E7E7;
}

footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -286px;
    top: 0px;
    width: 286px;
    transition: opacity .4s;
}

footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner {
    position: relative;
    width: 270px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:before {
    position: absolute;
    top: 18px;
    right: -6px;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
}

footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:after {
    position: absolute;
    top: 15px;
    right: 0;
    content: "";
    width: 20px;
    height: 23px;
    background: #fff;
    border-color: #fff;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left {
    list-style: none;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li {
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li:hover {
    color: #FF6A00;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-weixin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/sidebar/icon-media-weixin.png');
    background-repeat: no-repeat;
    background-size: 19px 18px;
    background-position: center;
    margin-right: 8px;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-douyin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/sidebar/icon-media-douyin.png');
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-position: center;
    margin-right: 8px;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-shipin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/sidebar/icon-media-shipin.png');
    background-repeat: no-repeat;
    background-size: 19px 15px;
    background-position: center;
    margin-right: 8px;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right {
    margin-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right .sidebar-media-right-inner {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.6);
    border-radius: 4px;
}

footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right img {
    height: 75px;
    width: 75px;
}

footer .float-sidebar .sidebar-info .sidebar-contact {
    position: relative;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-icon {
    display: inline-block;
    height: 23px;
    width: 22px;
    background-image: url('../images/sidebar/icon-contact.png');
    background-repeat: no-repeat;
    background-size: auto 46px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-info .sidebar-contact:hover .sidebar-contact-icon {
    background-position: 0 -23px;
}

footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -286px;
    top: -8px;
    width: 286px;
    transition: opacity .4s;
}

footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner {
    position: relative;
    width: 270px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    border-radius: 8px;
}

footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:before {
    position: absolute;
    top: 76px;
    right: -6px;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
}

footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:after {
    position: absolute;
    top: 73px;
    right: 0;
    content: "";
    width: 20px;
    height: 23px;
    background: #fff;
    border-color: #fff;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item {
    position: relative;
    display: block;
    padding: 10px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover {
    text-decoration: none;
    color: #FF6A00;
    background-color: #FFF5EF;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-complain-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../images/sidebar/icon-contact-complain.png');
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-help-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../images/sidebar/icon-contact-help.png');
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-worder-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../images/sidebar/icon-contact-worder.png');
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-help-icon,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-worder-icon,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-complain-icon {
    background-position: 0 -21px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item h6 {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item p {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover h6,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover p {
    color: #FF6A00;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .arrow-right-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    height: 9px;
    width: 6px;
    background-image: url('../images/common/icon-arrow-right.png');
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .arrow-right-icon {
    background-position: 0 -9px;
}

footer .float-sidebar .sidebar-info .sidebar-datacenter {
    position: relative;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .float-sidebar .sidebar-info .sidebar-datacenter .sidebar-datacenter-icon {
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url('../images/sidebar/icon-datacenter.png');
    background-repeat: no-repeat;
    background-size: auto 46px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-info .sidebar-datacenter:hover .sidebar-datacenter-icon {
    background-position: 0 -23px;
}

footer .float-sidebar .sidebar-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
    margin-top: 15px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .float-sidebar .sidebar-top .sidebar-top-icon {
    display: inline-block;
    height: 19px;
    width: 14px;
    background-image: url('../images/sidebar/icon-totop.png');
    background-repeat: no-repeat;
    background-size: auto 38px;
    background-position: 0 0;
}

footer .float-sidebar .sidebar-top:hover .sidebar-top-icon {
    background-position: 0 -19px;
}

@media (min-width: 768px) {
    footer {
        padding-bottom: 40px;
        width: 100%;
        background-color: #FBFBFB;
    }
    
    footer .footer-wrap {
        width: calc(100% - var(--grid-style1-margin) * 2);
        margin-left: auto;
        margin-right: auto;
    }
    
    footer .footer-wrap .foot-nav {
        width: 100%;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner {
        width: 100%;
        padding-top: 38px;
        padding-bottom: 38px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #EDEDED;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-service {
        width: 66.7%;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        border-right: 1px solid #EDEDED;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-1 {
        width: 20%;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-2 {
        width: 20%;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-3 {
        width: 20%;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item {
        width: 20%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .service-title {
        color: #333;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: bolder;
        margin-bottom: 31px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a {
        color: #666;
        font-family: Microsoft YaHei;
        font-size: 14px;
        height: 40px;
        line-height: 22px;
        cursor: pointer;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a:hover {
        color: #ff6a00;
        text-decoration: none;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item p {
        margin-bottom: 0;
        color: #666;
        font-family: Microsoft YaHei;
        font-size: 14px;
        height: 40px;
        line-height: 22px;
        cursor: default;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item .foot-contact {
        font-size: 20px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about {
        width: 33.3%;
        padding-left: 120px;
        padding-right: 90px;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-logo {
        width: 80px;
        height: auto;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-desc {
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
        color: #666;
        line-height: 20px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item {
        margin-right: 25px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item:last-child {
        margin-right: 0;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item a {
        display: block;
        width: 80px;
        height: 80px;
        padding: 2px;
        background: #fff;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item img {
        width: 76px;
        height: 76px;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item p {
        font-size: 12px;
        color: #787878;
        line-height: 20px;
        margin-bottom: 0;
        text-align: center;
    }
    
    footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-contact-btn {
        background: #FF6A00;
        color: #fff;
        font-size: 14px;
        padding: 8px 62px;
    }
    
    footer .footer-wrap .foot-bar {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    footer .footer-wrap .foot-bar .foot-links {
        margin: 22px 0;
        padding: 0;
    }
    
    footer .footer-wrap .foot-bar .foot-links a {
        display: inline-block;
        font-size: 14px;
        color: #181818;
        margin-right: 14px;
        line-height: 22px;
    }
    
    footer .footer-wrap .foot-bar .foot-links a:hover {
        color: #FF6A00;
        text-decoration: none;
    }
    
    footer .footer-wrap .foot-bar .foot-links a:last-child {
        margin-right: 0;
    }
    
    footer .footer-wrap .foot-bar .foot-info {
        padding: 0;
        font-size: 14px;
        color: #666;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom,
    footer .footer-wrap .foot-bar .foot-info .foot-info-top {
        margin: 4px 0;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-top span {
        display: inline-block;
        line-height: 26px;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-top .copyright {
        display: inline-block;
        margin-right: 20px;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom {
        display: flex;
        justify-content: flex-start;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a {
        display: inline-block;
        color: #666;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a:hover {
        text-decoration: none;
        color: #FF6A00;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-icp {
        margin-top: 0;
        margin-right: 20px;
    }
    
    footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-ga {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .float-sidebar {
        position: fixed;
        top: auto;
        bottom: 50%;
        right: 10px;
        z-index: 990;
        transform: translateY(40%);
    }
    
    footer .float-sidebar .sidebar-chat {
        position: relative;
        height: 48px;
        width: 48px;
        background-color: #fff;
        background-image: url('../images/sidebar/icon-chat.png');
        background-repeat: no-repeat;
        background-size: auto 96px;
        background-position: 0 0;
        border-radius: 24px;
        box-shadow: 0 0 10px 0 rgba(198, 198, 198, 0.6);
        cursor: pointer;
    }
    
    footer .float-sidebar .sidebar-chat:hover {
        background-position: 0 -48px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -286px;
        top: 0px;
        width: 286px;
        transition: opacity .4s;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-info-inner {
        position: relative;
        width: 270px;
        padding: 25px 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
        border-radius: 8px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-info-inner:before {
        position: absolute;
        top: 18px;
        right: -6px;
        content: "";
        height: 16px;
        width: 16px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-info-inner:after {
        position: absolute;
        top: 15px;
        right: 0px;
        content: "";
        width: 20px;
        height: 23px;
        background: #fff;
        border-color: #fff;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-info-top {
        margin-bottom: 30px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-title {
        font-size: 14px;
        font-weight: 300;
        color: #666;
        margin-bottom: 10px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-item {
        font-size: 14px;
        color: #333;
        display: block;
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 4px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-item .icon-phone {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-right: 4px;
        background-image: url('../images/sidebar/icon-phone.png');
        background-repeat: no-repeat;
        background-size: auto 32px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-item:hover {
        color: #FF6A00;
        background-color: #FFF5EF;
        text-decoration: none;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-item .org {
        color: #FF6A00;
        padding: 0 4px;
        font-weight: bolder;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info .sidebar-chat-item:hover .icon-phone {
        background-position: 0 -16px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-title {
        margin-bottom: 16px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-info-top-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in {
        position: relative;
        font-size: 14px;
        color: #333;
        font-weight: 300;
        margin-right: 28px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in:last-child {
        margin-right: 0;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in:hover {
        color: #FF6A00;
        text-decoration: none;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-online {
        display: inline-block;
        width: 21px;
        height: 20px;
        background-image: url('../images/sidebar/icon-chat-online.png');
        background-repeat: no-repeat;
        background-size: auto 40px;
        background-position: 0 0;
        margin-right: 6px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-online {
        background-position: 0 -20px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat {
        display: inline-block;
        width: 23px;
        height: 19px;
        background-image: url('../images/sidebar/icon-chat-weixin.png');
        background-repeat: no-repeat;
        background-size: auto 38px;
        background-position: 0 0;
        margin-right: 6px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-weichat {
        background-position: 0 -19px;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: -82px;
        left: 3px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 82px;
        height: 82px;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.6);
        border-radius: 4px;
        background: #FFFFFF;
    }
    
    footer .float-sidebar .sidebar-chat .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner img {
        height: 74px;
        width: 74px;
    }
    
    footer .float-sidebar .sidebar-info {
        height: 161px;
        width: 48px;
        margin-top: 8px;
        padding: 8px 0;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media {
        position: relative;
        height: 48px;
        width: 48px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-icon {
        display: inline-block;
        height: 21px;
        width: 23px;
        background-image: url('../images/sidebar/icon-media.png');
        background-repeat: no-repeat;
        background-size: auto 42px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media:hover .sidebar-media-icon {
        background-position: 0 -21px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        content: "";
        height: 1px;
        width: 25px;
        background-color: #E7E7E7;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -286px;
        top: 0px;
        width: 286px;
        transition: opacity .4s;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner {
        position: relative;
        width: 270px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
        border-radius: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:before {
        position: absolute;
        top: 18px;
        right: -6px;
        content: "";
        height: 16px;
        width: 16px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    }
    
    footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:after {
        position: absolute;
        top: 15px;
        right: 0;
        content: "";
        width: 20px;
        height: 23px;
        background: #fff;
        border-color: #fff;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left {
        list-style: none;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li {
        height: 36px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li:hover {
        color: #FF6A00;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-weixin {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('../images/sidebar/icon-media-weixin.png');
        background-repeat: no-repeat;
        background-size: 19px 18px;
        background-position: center;
        margin-right: 8px;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-douyin {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('../images/sidebar/icon-media-douyin.png');
        background-repeat: no-repeat;
        background-size: 19px 20px;
        background-position: center;
        margin-right: 8px;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-shipin {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('../images/sidebar/icon-media-shipin.png');
        background-repeat: no-repeat;
        background-size: 19px 15px;
        background-position: center;
        margin-right: 8px;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right {
        margin-left: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right .sidebar-media-right-inner {
        height: 80px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.6);
        border-radius: 4px;
    }
    
    footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right img {
        height: 75px;
        width: 75px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact {
        position: relative;
        height: 48px;
        width: 48px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-icon {
        display: inline-block;
        height: 23px;
        width: 22px;
        background-image: url('../images/sidebar/icon-contact.png');
        background-repeat: no-repeat;
        background-size: auto 46px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact:hover .sidebar-contact-icon {
        background-position: 0 -23px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -286px;
        top: -58px;
        width: 286px;
        transition: opacity .4s;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner {
        position: relative;
        width: 270px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
        border-radius: 8px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:before {
        position: absolute;
        top: 76px;
        right: -6px;
        content: "";
        width: 16px;
        height: 16px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: 0px 0px 10px 0px rgba(215,215,215,0.6);
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:after {
        position: absolute;
        top: 73px;
        right: 0;
        content: "";
        width: 20px;
        height: 23px;
        background: #fff;
        border-color: #fff;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item {
        position: relative;
        display: block;
        padding: 10px 8px;
        border-radius: 4px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover {
        text-decoration: none;
        color: #FF6A00;
        background-color: #FFF5EF;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-complain-icon {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url('../images/sidebar/icon-contact-complain.png');
        background-repeat: no-repeat;
        background-size: auto 42px;
        background-position: 0 0;
        margin-right: 10px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-help-icon {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url('../images/sidebar/icon-contact-help.png');
        background-repeat: no-repeat;
        background-size: auto 42px;
        background-position: 0 0;
        margin-right: 10px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-worder-icon {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url('../images/sidebar/icon-contact-worder.png');
        background-repeat: no-repeat;
        background-size: auto 42px;
        background-position: 0 0;
        margin-right: 10px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-help-icon,
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-worder-icon,
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-complain-icon {
        background-position: 0 -21px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item h6 {
        color: #333;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 6px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item p {
        color: #666;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover h6,
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover p {
        color: #FF6A00;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .arrow-right-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        display: inline-block;
        height: 9px;
        width: 6px;
        background-image: url('../images/common/icon-arrow-right.png');
        background-repeat: no-repeat;
        background-size: auto 18px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .arrow-right-icon {
        background-position: 0 -9px;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-datacenter {
        position: relative;
        height: 48px;
        width: 48px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-datacenter .sidebar-datacenter-icon {
        display: inline-block;
        height: 23px;
        width: 23px;
        background-image: url('../images/sidebar/icon-datacenter.png');
        background-repeat: no-repeat;
        background-size: auto 46px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-info .sidebar-datacenter:hover .sidebar-datacenter-icon {
        background-position: 0 -23px;
    }
    
    footer .float-sidebar .sidebar-top {
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease-out;
        margin-top: 15px;
        height: 48px;
        width: 48px;
        border-radius: 24px;
        box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
        background-color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .float-sidebar .sidebar-top .sidebar-top-icon {
        display: inline-block;
        height: 19px;
        width: 14px;
        background-image: url('../images/sidebar/icon-totop.png');
        background-repeat: no-repeat;
        background-size: auto 38px;
        background-position: 0 0;
    }
    
    footer .float-sidebar .sidebar-top:hover .sidebar-top-icon {
        background-position: 0 -19px;
    }
}

    
@media (min-width: 1200px) {
    footer .float-sidebar {
        right: 10px;
    }
}

@media (min-width: 1500px) {
    footer .float-sidebar {
        right: 20px;
    }
}

@media (min-width: 1600px) {
    footer .float-sidebar {
        right: 45px;
    }
}

/* 底部信息 begin */
.bottom-info {
    width: 100%;
    height: 140px;
}

.bottom-info .bottom-info-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
.bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns,
.bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns {
    margin-top: 16px;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn {
    display: inline-block;
    min-width: 120px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    background: linear-gradient(-90deg, #FF6A00, #FFA200);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn.huawei-btn {
    padding-left: 40px;
    position: relative;
}

.bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn.huawei-btn:before {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 20px;
    height: 14px;
    background-image: url('../images/huawei/icon-huawei-white.png');
    background-repeat: no-repeat;
    background-size: 20px 14px;
}

.dark-bottom-info {
    background-image: url('../images/price-calc/price-calc-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.light-bottom-info {
    background-image: url('../images/idc-tuoguan/idc-tuoguan-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35%;
}

.light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
.light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
    color: #181818;
}

.light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns .info-right-btn {
    border: 1px solid #FF6A00;
    color: #FF6A00;
}

.huawei-bottom-info {
    background-image: url('../images/huawei/huawei-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35%;
}

.huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
.huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
    color: #181818;
}

.huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns .info-right-btn {
    border: 1px solid #FF6A00;
    color: #FF6A00;
}

@media (min-width: 768px) {
    .bottom-info {
        width: 100%;
        height: 206px;
    }
    
    .bottom-info .bottom-info-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        padding-top: 41px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left,
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right{
        width: 50%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 4px;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns,
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns {
        margin-top: 26px;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn {
        display: inline-block;
        min-width: 166px;
        height: 48px;
        padding: 0 20px;
        line-height: 48px;
        background: linear-gradient(90deg, #FF6A00, #FFA200);
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn.huawei-btn {
        padding-left: 50px;
        position: relative;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-btns .info-left-btn.huawei-btn:before {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 20px;
        height: 14px;
        background-image: url('../images/huawei/icon-huawei-white.png');
        background-repeat: no-repeat;
        background-size: 20px 14px;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns .info-right-btn {
        display: inline-block;
        width: 170px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 1px solid #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right {
        position: relative;
        padding-left: 200px;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 140px;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }
    
    .bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .img-wrapper img {
        width: 136px;
        height: 136px;
    }
    
    .light-bottom-info {
        background-image: url('../images/idc-tuoguan/idc-tuoguan-bottom-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
    .light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
        color: #181818;
    }
    
    .light-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns .info-right-btn {
        border: 1px solid #FF6A00;
        color: #FF6A00;
    }
    
    .dark-bottom-info {
        background-image: url('../images/price-calc/price-calc-bottom-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .huawei-bottom-info {
        background-image: url('../images/huawei/huawei-bottom-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-left .info-text p,
    .huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-text p {
        color: #181818;
    }
    
    .huawei-bottom-info .bottom-info-wrapper .bottom-info-wrapper-right .info-btns .info-right-btn {
        border: 1px solid #FF6A00;
        color: #FF6A00;
    }
}
/* 底部信息 end */

.trial {
    width: 100%;
    height: auto;
    background: #FBFBFB;
}

.trial .trial-inner {
    width: calc(100% - var(--grid-style1-margin) * 2);
    margin: 0 auto;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.trial .trial-inner .trial-item {
    width: 50%;
    padding: 0 16px;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.trial .trial-inner .trial-item .img-wrapper {
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trial .trial-inner .trial-item .img-wrapper img {
    height: 26px;
    width: 26px;
}

.trial .trial-inner .trial-item .trial-item-text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.trial .trial-inner .trial-item .trial-item-text b {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.trial .trial-inner .trial-item .trial-item-text p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
}

@media (min-width: 768px) {
    .trial {
        width: 100%;
        height: 82px;
        background: #FBFBFB;
    }
    
    .trial .trial-inner {
        height: 100%;
        width: calc(100% - var(--grid-style1-margin) * 2);
        margin: 0 auto;
        border-bottom: 1px solid #EDEDED;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .trial .trial-inner .trial-item {
        width: 24%;
        height: 100%;
        margin: 0;
        padding: 0 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .trial .trial-inner .trial-item .img-wrapper {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .trial .trial-inner .trial-item .trial-item-text {
        margin-left: 30px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .trial .trial-inner .trial-item .trial-item-text b {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }
    
    .trial .trial-inner .trial-item .trial-item-text p {
        margin-top: 4px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
}

/* 首页 banner */
.banner {
    position: relative;
    height: 300px;
    width: 100%;
}

.banner .swiper-slide {
    height: 300px;
    background-position: 65%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.banner .swiper-pagination {
    bottom: 40px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    z-index: 2;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #FF6A00;
    transition-duration: 300ms;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border: 1px solid #FF6A00;
    background-color: #fff;
    border-radius: 50%;
}

.banner .banner-inner {
    margin-top: 20px;
    margin-left: 20px;
    max-height: 240px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.banner .banner-inner b {
    font-size: 20px;
    color: #3E3E3E;
    font-weight: bold;
    line-height: 30px;
}

.banner .banner-inner b em {
    color: #FF6A00;
    font-style: normal;
}

.banner .banner-inner p {
    margin-top: 20px;
    font-size: 12px;
    color: #3E3E3E;
    line-height: 20px;
}

.banner .banner-inner.point-banner p {
    margin-top: 6px;
}

.banner .banner-inner p em {
    font-style: normal;
    color: #FF6A00;
}

.banner .banner-inner a {
    position: relative;
    display: inline-block;
    min-width: 120px;
    margin-top: 40px;
    padding: 8px 30px;
    background: linear-gradient(to right, #FF6A00,  #f2a63b);
    color: #FFFFFF;
}

.banner .banner-inner.point-banner a {
    margin-top: 6px;
}

.banner .banner-inner .banner-point {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.banner .banner-inner .banner-point li {
    position: relative;
    max-width: 100%;
    min-width: 51%;
    margin-bottom: 0;
    padding-left: 22px;
    font-size: 12px;
    color: #181818;
    line-height: 20px;
}

.banner .banner-inner .banner-point li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url('../images/common/icon-banner-point.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.banner .banner-inner .banner-point li em {
    color: #FF6A00;
}

@media(min-width: 768px) {
    .banner {
        position: relative;
        height: 640px;
        width: 100%;
    }
    
    .banner .swiper-slide {
        height: 640px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .banner .swiper-pagination {
        bottom: 100px;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(-50%);
        z-index: 2;
    }
    
    .banner .swiper-pagination .swiper-pagination-bullet {
        height: 5px;
        width: 5px;
        margin: 0 8px;
        border-radius: 50%;
        background-color: #FF6A00;
        transition-duration: 300ms;
    }
    
    .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        border: 2px solid #FF6A00;
        background-color: #fff;
        border-radius: 50%;
    }
    
    .banner .banner-inner {
        margin-top: 150px;
        margin-left: var(--grid-style3-margin);
        margin-right: var(--grid-style3-margin);
        max-height: 400px;
        max-width: 800px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
    }
    
    .banner .banner-inner.point-banner {
        margin-top: 100px;
        max-height: 450px;
    }
    
    .banner .banner-inner b {
        font-size: 48px;
        color: #3E3E3E;
        font-weight: bold;
        line-height: 80px;
    }
    
    .banner .banner-inner.point-banner b {
        line-height: 70px;
    }
    
    .banner .banner-inner b em {
        color: #FF6A00;
        font-style: normal;
    }
    
    .banner .banner-inner p {
        margin-top: 0;
        font-size: 18px;
        color: #3E3E3E;
        line-height: 36px;
    }
    
    .banner .banner-inner.point-banner p {
        margin-top: 0;
    }
    
    .banner .banner-inner p em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .banner .banner-inner a {
        position: relative;
        display: inline-block;
        min-width: 200px;
        margin-top: 50px;
        padding: 13px 40px;
        background: linear-gradient(to right, #FF6A00,  #f2a63b);
        color: #FFFFFF;
    }
    
    .banner .banner-inner.point-banner a {
        margin-top: 30px;
    }
    
    .banner .banner-inner a:after {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        background-image: url('../images/common/icon-s-arrow-right2x.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: right .5s .2s;
    }
    
    .banner .banner-inner a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .banner .banner-inner a:hover:after{
        right: 10px;
    }
    
    .banner .banner-inner .banner-point {
        margin-top: 36px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .banner .banner-inner .banner-point li {
        position: relative;
        max-width: 380px;
        min-width: 40%;
        margin-bottom: 16px;
        padding-left: 32px;
        font-size: 16px;
        color: #181818;
        line-height: 26px;
    }
    
    .banner .banner-inner .banner-point li:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url('../images/common/icon-banner-point.png');
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }
    
    .banner .banner-inner .banner-point li em {
        color: #FF6A00;
    }
}

/* 顶部推荐 */
.top-event {
    position: relative;
    height: auto;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    background-color: #FFFFFF;
}

.top-event .event-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    width: 90%;
    height: 160px;
    border-right: 1px solid #FFFFFF;
    background: linear-gradient(36deg, #FFD8C1, #FFECD8);
    height: 185px;
}

.top-event .event-item.bg-org-1 {
    background: linear-gradient(36deg, #FFC9A9, #FFE7CD);
}

.top-event .event-item.bg-blue-1 {
    background: linear-gradient(36deg, #BDD3FF, #D6E6FF);
}

.top-event .event-item.bg-blue-2 {
    background: linear-gradient(36deg, #B1E1FF, #CAEFFF);
}

.top-event .event-item.bg-blue-3 {
    background: linear-gradient(36deg, #B2D3FF, #E4EDFF);
}

.top-event .event-item.youhui:before {
    content: "\805a\4f18\60e0";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 20px;
    background-image: url('../images/common/icon-index-youhui-bg.png');
    background-repeat: no-repeat;
    background-size: 80px 20px;
    background-position: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.top-event .event-item .event-item-inner {
    display: inline-block;
    width: 90%;
    padding: 30px 15px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.top-event .event-item .event-item-inner .item-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 8px;
}

.top-event .event-item .event-item-inner .item-title img {
    width: 32px;
    height: 32px;
}

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.top-event .event-item .event-item-inner .item-title b {
    margin-left: 9px;
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    line-height: 1;
}

.top-event .event-item .event-item-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top-event .event-item .event-item-inner p em {
    font-style: normal;
    color: #FF6C00;
}

.top-event .event-item .event-item-inner .event-more-btn {
    visibility: visible;
    opacity: 1;
    position: relative;
    margin: 14px auto 0 auto;
    padding-right: 65px;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ff6a00;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    transition-property: opacity;
    transition-duration: .25s;
    transition-delay: 200ms;
}

.top-event .event-item .event-item-inner .event-more-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto 0;
    content: "";
    width: 6px;
    height: 8px;
    background-image: url('../images/common/icon-top-event-more.png');
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: center;
}

/*.top-event .event-item .event-item-inner .event-more-btn:after {*/
/*    position: absolute;*/
/*    bottom: -15px;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*    content: "";*/
/*    width: 75px;*/
/*    height: 2px;*/
/*    background-color: #FF6C00;*/
/*}*/

/*.top-event .event-item .event-item-inner:after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    display: inline-block;*/
/*    content: "";*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    transform: translateY(-50%);*/
/*    background-image: url('../images/common/icon-arrow-right-normal.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 8px 12px;*/
/*    background-position: center;*/
/*}*/

/*.top-event .event-item:hover .event-item-inner:after {*/
/*    background-image: url('../images/common/icon-s-blue-arrow-right.png');*/
/*    background-size: 14px 12px;*/
/*}*/

@media(min-width: 768px) {
    .top-event {
        position: relative;
        height: 175px;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: -60px auto 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        z-index: 2;
        background-color: #FFFFFF;
    }
    
    .top-event .event-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
        width: 25%;
        height: 160px;
        border-right: 1px solid #FFFFFF;
        background: linear-gradient(-36deg, #FFD8C1, #FFECD8);
        transition: height .3s .2s;
    }
    
    .top-event .event-item:hover {
        height: 185px;
    }
    
    .top-event .event-item.bg-org-1 {
        background: linear-gradient(-36deg, #FFD8C1, #FFECD8);
    }
    
    .top-event .event-item:hover.bg-org-1 {
        background: linear-gradient(-36deg, #FFC9A9, #FFE7CD);
    }
    
    .top-event .event-item.bg-blue-1 {
        background: linear-gradient(-36deg, #CCDDFF, #DDEBFF);
    }
    
    .top-event .event-item:hover.bg-blue-1 {
        background: linear-gradient(-36deg, #BDD3FF, #D6E6FF);
    }
    
    .top-event .event-item.bg-blue-2 {
        background: linear-gradient(-36deg, #C1E7FF, #DDF5FF);
    }
    
    .top-event .event-item:hover.bg-blue-2 {
        background: linear-gradient(-36deg, #B1E1FF, #CAEFFF);
    }
    
    .top-event .event-item.bg-blue-3 {
        background: linear-gradient(-36deg, #D1E4FE, #F3F7FF);
    }
    
    .top-event .event-item.bg-blue-3 {
        background: linear-gradient(-36deg, #B2D3FF, #E4EDFF);
    }
    
    .top-event .event-item.youhui:before {
        content: "\805a\4f18\60e0";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 80px;
        height: 20px;
        background-image: url('../images/common/icon-index-youhui-bg.png');
        background-repeat: no-repeat;
        background-size: 80px 20px;
        background-position: center;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
    }
    
    .top-event .event-item .event-item-inner {
        display: inline-block;
        width: 90%;
        padding: 30px 15px 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        cursor: pointer;
    }
    
    .top-event .event-item .event-item-inner .item-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        width: 100%;
        margin-bottom: 8px;
    }
    
    .top-event .event-item .event-item-inner .item-title img {
        width: 32px;
        height: 32px;
    }
    
    .top-event .event-item:hover .event-item-inner .item-title img {
        -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .top-event .event-item .event-item-inner .item-title b {
        margin-left: 9px;
        font-size: 18px;
        font-weight: 500;
        color: #313131;
        line-height: 1;
    }
    
    .top-event .event-item .event-item-inner p {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .top-event .event-item .event-item-inner p em {
        font-style: normal;
        color: #FF6C00;
    }
    
    .top-event .event-item .event-item-inner .event-more-btn {
        visibility: hidden;
        opacity: 0;
        position: relative;
        margin: 14px auto 0 auto;
        padding-right: 65px;
        padding-left: 45px;
        padding-top: 6px;
        padding-bottom: 6px;
        border: 1px solid #ff6a00;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        transition-property: opacity;
        transition-duration: .25s;
        transition-delay: 200ms;
    }
    
    .top-event .event-item:hover .event-item-inner .event-more-btn {
        visibility: visible;
        opacity: 1;
    }
    
    .top-event .event-item .event-item-inner .event-more-btn:hover {
        text-decoration: none;
    }
    
    .top-event .event-item .event-item-inner .event-more-btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 45px;
        margin: auto 0;
        content: "";
        width: 6px;
        height: 8px;
        background-image: url('../images/common/icon-top-event-more.png');
        background-size: 6px 8px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* 首页推荐产品 */
.index-product {
    width: 100%;
}

.index-product .title {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.index-product .title h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.index-product .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.index-product .title .desc a {
    display: block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #1467EC;
}

.index-product .title .desc a:hover {
    text-decoration: none;
}

.index-product .product-menu {
    width: 100%;
}

.index-product .product-menu .product-menu-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item {
    position: relative;
    width: 100px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    flex-shrink: 0;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item:last-child {
    border-right: 1px solid #EEEEEE;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper img {
    width: 100%;
    height: 100%;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item b {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item.active {
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.24);
}

.index-product .product-menu .product-menu-wrapper .product-menu-item.active b {
    color: #FF6A00;
}

.index-product .product-menu .product-menu-wrapper .product-menu-item.active:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #FF6A00;
}

.index-product .product-list {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    list-style: none;
}

.index-product .product-list .product-item {
    width: 90%;
    display: none;
    margin: auto;
}

.index-product .product-list .product-item.show {
    display: block;
}

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.index-product .product-list .product-item .product-item-inner {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.index-product .product-list .product-item .product-item-inner .product-item-left {
    width: 100%;
    padding: 40px 20px 40px 20px;
    margin-bottom: 18px;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
    width: 100%;
    height: 220px;
    padding: 10px 20px 0 20px;
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(4n+1) {
    margin-left: 0;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .img-wrapper {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title b {
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .bg-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    margin-left: 18px;
    font-size: 12px;
    line-height: 20px;
    color: #181818;
    vertical-align: bottom;
    background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .bg-org em {
    font-size: 16px;
    font-weight: 400;
    color: #FF6A00;
    font-style: normal;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .border-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 2px 6px;
    margin-left: 18px;
    font-size: 16px;
    line-height: 1px;
    color: #FF6A00;
    vertical-align: bottom;
    border: 1px solid #FF6A00;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .border-org small {
    font-size: 12px;
    color: #FF6A00;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content {
    margin-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top {
    width: 100%;
    height: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
    position: relative;
    padding-left: 6px;
    padding-right: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    margin: auto;
    height: 12px;
    width: 1px;
    background: #787878;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:first-child {
    padding-left: 0;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:last-child {
    padding-right: 0;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:last-child:after {
    display: none;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-bottom {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-bottom a {
    display: inline-block;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFECDE;
    font-weight: 400;
    font-size: 14px;
    color: #666C76;
    line-height: 20px;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 14px;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left,
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
    width: 50%;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left {
    height: 26px;
    display: flex;
    justify-content: flex-start;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
    height: 26px;
    display: flex;
    justify-content: flex-end;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
    cursor: pointer;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:hover {
    text-decoration: none;
    color: #FF6A00;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    margin: auto 0;
    background-image: url('../images/common/icon-index-product-more.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:hover:after {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    background-position: 0 -9px;
}

.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    padding: 6px 20px;
    background: #FF6A00;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
}

.index-product .product-list .product-item .product-item-inner.index-product-idc .product-item-left {
    background-image: url('../images/common/index-product-bg-idc.png');
    background-repeat: no-repeat;
    background-size: 119px 166px;
    background-position: top right;
}

.index-product .product-list .product-item .product-item-inner.index-product-cloud .product-item-left {
    background-image: url('../images/common/index-product-bg-cloud.png');
    background-repeat: no-repeat;
    background-size: 116px 150px;
    background-position: top right;
}

.index-product .product-list .product-item .product-item-inner.index-product-ai .product-item-left {
    background-image: url('../images/common/index-product-bg-ai.png');
    background-repeat: no-repeat;
    background-size: 120px 140px;
    background-position: top right;
}

.index-product .product-list .product-item .product-item-inner.index-product-safe .product-item-left {
    background-image: url('../images/common/index-product-bg-safe.png');
    background-repeat: no-repeat;
    background-size: 124px 131px;
    background-position: top right;
}

.index-product .product-list .product-item .product-item-inner.index-product-service .product-item-left {
    background-image: url('../images/common/index-product-bg-service.png');
    background-repeat: no-repeat;
    background-size: 120px 136px;
    background-position: top right;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title {
    width: 100%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title .zh {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title .en {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #E5E5E5;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: justify;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter {
    width: 100%;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto 0;
    width: 16px;
    height: 17px;
    background-image: url('../images/common/icon-datacenter-search.png');
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search {
    width: 100%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input {
    height: 41px;
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag span {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    margin-right: 6px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a {
    font-size: 12px;
    font-weight: 400;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a:hover {
    text-decoration: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.tag {
    color: #181818;
    margin-right: 6px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.more {
    color: #1366EC;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    border-bottom: 1px solid #EEEEEE;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 20px;
    height: 18px;
    background-image: url('../images/common/icon-product-cloud-recommand.png');
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item {
    width: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item p {
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-title {
    width: 40%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-value {
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-title {
    width: 36%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-num {
    font-size: 18px;
    font-weight: 400;
    color: #FF6A00;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-title {
    width: 36%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy {
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy:hover {
    color: #FFFFFF;
    background: #FF6A00;
    text-decoration: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #EEEEEE;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 17px;
    height: 16px;
    background-image: url('../images/common/icon-product-ai-help.png');
    background-size: 17px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item {
    position: relative;
    width: 50%;
    margin-top: 23px;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 16px;
    height: 17px;
    background-image: url('../images/common/icon-ai-help-1.png');
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 13px;
    height: 12px;
    background-image: url('../images/common/icon-ai-help-2.png');
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 17px;
    height: 16px;
    background-image: url('../images/common/icon-ai-help-3.png');
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 13px;
    height: 16px;
    background-image: url('../images/common/icon-ai-help-4.png');
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    border-bottom: 1px solid #EEEEEE;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 16px;
    height: 15px;
    background-image: url('../images/common/icon-product-safe-recommand.png');
    background-repeat: no-repeat;
    background-size: 16px 15px;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 5px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item {
    width: 56%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1){
    width: 44%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-title {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-title {
    width: 50%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-value {
    display: inline-block;
    width: 40%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-value {
    width: 50%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy {
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy:hover {
    color: #FFFFFF;
    background: #FF6A00;
    text-decoration: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service {
    width: 100%;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto 0;
    width: 19px;
    height: 19px;
    background-image: url('../images/common/icon-product-domain-search.png');
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search {
    width: 100%;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input {
    height: 41px;
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
    width: 100%;
    height: 200px;
    padding: 10px 20px 0 20px;
    border: 1px solid #EEEEEE;
    margin-bottom: 18px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.18);
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title b {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-right: 18px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    line-height: 20px;
    background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org-b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: linear-gradient(-90deg, #FF784E, #FFE1BE);
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(-90deg, #8CBDFF, #B0EFFF);
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #FF6A00;
    font-size: 12px;
    line-height: 20px;
    color: #181818;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-yel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E8A944;
    font-size: 14px;
    line-height: 20px;
    color: #E8A944;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-yel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: #F2C277;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org em,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org em {
    font-size: 16px;
    font-weight: 400;
    color: #FF6A00;
    font-style: normal;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content {
    margin-top: 16px;
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #EEEEEE;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    padding-left: 6px;
    padding-right: 7px;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 12px;
    width: 1px;
    margin: auto;
    background: #787878;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:hover {
    text-decoration: none;
    color: #FF6A00;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child {
    padding-right: 0;
    border-right: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child:after {
    display: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:first-child {
    padding-left: 0;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom span {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-right: 16px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a {
    display: inline-block;
    padding: 3px 4px;
    background-color: #EFF3FF;
    margin-right: 2px;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:last-child {
    margin-right: 0;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:hover {
    text-decoration: none;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-title,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-right: 14px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-value,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-value {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-text {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn {
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
    cursor: pointer;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover {
    text-decoration: none;
    color: #FF6A00;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:after {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    margin: auto 0;
    background-image: url('../images/common/icon-index-product-more.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover:after {
    width: 16px;
    height: 16px;
    background-position: 0 -9px;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-buy-btn {
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
    padding: 6px 20px;
    background: #FF6A00;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
}

.index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover .second-item-more a.item-buy-btn {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .index-product {
        width: 100%;
        margin-top: 30px;
    }
    
    .index-product .title {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    .index-product .title h4 {
        margin-bottom: 23px;
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .index-product .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .index-product .title .desc a {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1467EC;
    }
    
    .index-product .title .desc a:hover {
        text-decoration: none;
    }
    
    .index-product .product-menu {
        width: 100%;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-product .product-menu .product-menu-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        overflow-x: visible;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item {
        position: relative;
        width: 16.66%;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-bottom: none;
        cursor: pointer;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item:last-child {
        border-right: 1px solid #EEEEEE;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 14px;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item b {
        font-weight: 400;
        font-size: 18px;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item.active {
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.24);
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item.active b {
        color: #FF6A00;
    }
    
    .index-product .product-menu .product-menu-wrapper .product-menu-item.active:after {
        position: absolute;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #FF6A00;
    }
    
    .index-product .product-list {
        position: relative;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        list-style: none;
    }
    
    .index-product .product-list .product-item {
        width: 100%;
        display: none;
    }
    
    .index-product .product-list .product-item.show {
        display: block;
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .index-product .product-list .product-item .product-item-inner {
        width: 100%;
        padding: 35px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left {
        width: 360px;
        padding: 50px 40px 50px 40px;
        margin-bottom: 0;
        border: 1px solid #EEEEEE;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
        width: 24%;
        height: 250px;
        padding: 20px 30px 0 30px;
        margin-top: 0;
        margin-left: 1.33%;
        border: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(4n+1) {
        margin-left: 0;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(n+5) {
        margin-top: 20px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .img-wrapper {
        height: 40px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title b {
        font-weight: 400;
        font-size: 16px;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .bg-org {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding: 0 10px;
        margin-left: 18px;
        font-size: 12px;
        line-height: 20px;
        color: #181818;
        vertical-align: bottom;
        background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .bg-org em {
        font-size: 16px;
        font-weight: 400;
        color: #FF6A00;
        font-style: normal;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .border-org {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding: 2px 6px;
        margin-left: 18px;
        font-size: 16px;
        line-height: 20px;
        color: #FF6A00;
        vertical-align: bottom;
        border: 1px solid #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .border-org small {
        font-size: 12px;
        color: #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content {
        margin-top: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #EEEEEE;
        width: 100%;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top {
        width: 100%;
        height: 14px;
        margin-bottom: 14px;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
        position: relative;
        padding-left: 6px;
        padding-right: 7px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        margin: auto;
        height: 12px;
        width: 1px;
        background: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:first-child {
        padding-left: 0;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:last-child {
        padding-right: 0;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a:last-child:after {
        display: none;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-bottom {
        width: 100%;
        height: 20px;
        overflow: hidden;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-bottom a {
        display: inline-block;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        background: #FFECDE;
        font-weight: 400;
        font-size: 14px;
        color: #666C76;
        line-height: 20px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding-top: 14px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left,
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
        width: 50%;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left {
        height: 26px;
        display: flex;
        justify-content: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
        height: 26px;
        display: flex;
        justify-content: flex-end;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
        cursor: pointer;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:hover {
        text-decoration: none;
        color: #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        display: block;
        width: 6px;
        height: 9px;
        margin: auto 0;
        background-image: url('../images/common/icon-index-product-more.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:hover:after {
        width: 16px;
        height: 16px;
        background-position: 0px 0px;
        background-position: 0 -9px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        padding: 6px 20px;
        background: #FF6A00;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        transition: all 0.3s;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:hover .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
        visibility: visible;
        opacity: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-idc .product-item-left {
        background-image: url('../images/common/index-product-bg-idc.png');
        background-repeat: no-repeat;
        background-size: 119px 166px;
        background-position: top right;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-cloud .product-item-left {
        background-image: url('../images/common/index-product-bg-cloud.png');
        background-repeat: no-repeat;
        background-size: 116px 150px;
        background-position: top right;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-ai .product-item-left {
        background-image: url('../images/common/index-product-bg-ai.png');
        background-repeat: no-repeat;
        background-size: 120px 140px;
        background-position: top right;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-safe .product-item-left {
        background-image: url('../images/common/index-product-bg-safe.png');
        background-repeat: no-repeat;
        background-size: 124px 131px;
        background-position: top right;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-service .product-item-left {
        background-image: url('../images/common/index-product-bg-service.png');
        background-repeat: no-repeat;
        background-size: 120px 136px;
        background-position: top right;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title {
        width: 100%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title .zh {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title .en {
        margin-left: 12px;
        font-size: 18px;
        font-weight: 400;
        color: #E5E5E5;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-desc {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
        text-align: justify;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter {
        width: 100%;
        margin-top: 68px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title {
        position: relative;
        height: 24px;
        margin-bottom: 20px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #181818;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        margin: auto 0;
        width: 16px;
        height: 17px;
        background-image: url('../images/common/icon-datacenter-search.png');
        background-repeat: no-repeat;
        background-size: 16px 17px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search {
        width: 100%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input {
        height: 41px;
        width: 100%;
        border: 1px solid #EEEEEE;
        outline: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag span {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        margin-right: 6px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a {
        font-size: 12px;
        font-weight: 400;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a:hover {
        text-decoration: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.tag {
        color: #181818;
        margin-right: 6px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.more {
        color: #1366EC;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand {
        width: 100%;
        margin-top: 56px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title {
        position: relative;
        width: 100%;
        height: 42px;
        line-height: 24px;
        padding-bottom: 18px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title:before {
        position: absolute;
        top: 4px;
        left: 0;
        content: "";
        width: 20px;
        height: 18px;
        background-image: url('../images/common/icon-product-cloud-recommand.png');
        background-repeat: no-repeat;
        background-size: 20px 18px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item {
        width: 50%;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item p {
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-title {
        width: 40%;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-value {
        width: 60%;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-title {
        width: 36%;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-num {
        font-size: 18px;
        font-weight: 400;
        color: #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-title {
        width: 36%;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-num {
        font-size: 14px;
        font-weight: 400;
        text-decoration: line-through;
        color: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy {
        display: inline-block;
        padding: 10px 26px;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        border: 1px solid #FF6A00;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy:hover {
        color: #FFFFFF;
        background: #FF6A00;
        text-decoration: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help {
        width: 100%;
        margin-top: 56px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title {
        position: relative;
        width: 100%;
        height: 42px;
        line-height: 24px;
        padding-bottom: 18px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title:before {
        position: absolute;
        top: 4px;
        left: 0;
        content: "";
        width: 17px;
        height: 16px;
        background-image: url('../images/common/icon-product-ai-help.png');
        background-size: 17px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item {
        position: relative;
        width: 50%;
        margin-top: 23px;
        padding-left: 26px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-1:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 16px;
        height: 17px;
        background-image: url('../images/common/icon-ai-help-1.png');
        background-repeat: no-repeat;
        background-size: 16px 17px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-2:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 13px;
        height: 12px;
        background-image: url('../images/common/icon-ai-help-2.png');
        background-repeat: no-repeat;
        background-size: 13px 12px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-3:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 17px;
        height: 16px;
        background-image: url('../images/common/icon-ai-help-3.png');
        background-repeat: no-repeat;
        background-size: 17px 16px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-4:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 13px;
        height: 16px;
        background-image: url('../images/common/icon-ai-help-4.png');
        background-repeat: no-repeat;
        background-size: 13px 16px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand {
        width: 100%;
        margin-top: 56px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title {
        position: relative;
        width: 100%;
        height: 42px;
        line-height: 24px;
        padding-bottom: 18px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title:before {
        position: absolute;
        top: 4px;
        left: 0;
        content: "";
        width: 16px;
        height: 15px;
        background-image: url('../images/common/icon-product-safe-recommand.png');
        background-repeat: no-repeat;
        background-size: 16px 15px;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item {
        width: 56%;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1){
        width: 44%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-title {
        display: inline-block;
        width: 60%;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-title {
        width: 50%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-value {
        display: inline-block;
        width: 40%;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-value {
        width: 50%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy {
        display: inline-block;
        padding: 10px 26px;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        border: 1px solid #FF6A00;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy:hover {
        color: #FFFFFF;
        background: #FF6A00;
        text-decoration: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service {
        width: 100%;
        margin-top: 68px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title {
        position: relative;
        height: 24px;
        margin-bottom: 20px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #181818;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        margin: auto 0;
        width: 19px;
        height: 19px;
        background-image: url('../images/common/icon-product-domain-search.png');
        background-size: 19px 19px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search {
        width: 100%;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input {
        height: 41px;
        width: 100%;
        border: 1px solid #EEEEEE;
        outline: none;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCCCCC;
        padding-left: 10px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right {
        width: calc(100% - 360px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
        width: 32%;
        height: 250px;
        margin-left: 1.33%;
        margin-bottom: 0;
        padding: 20px 30px 0 30px;
        border: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover {
        border: 1px solid #EBEBEB;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.18);
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:nth-child(-n+3) {
        margin-bottom: 18px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title {
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title b {
        font-size: 16px;
        font-weight: 400;
        color: #181818;
        margin-right: 18px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
        line-height: 20px;
        background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org-b {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        background: linear-gradient(-90deg, #FF784E, #FFE1BE);
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-blue {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 10px;
        padding-right: 20px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 400;
        line-height: 20px;
        background: linear-gradient(-90deg, #8CBDFF, #B0EFFF);
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 6px;
        padding-right: 6px;
        border: 1px solid #FF6A00;
        font-size: 12px;
        line-height: 20px;
        color: #181818;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-yel {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #E8A944;
        font-size: 14px;
        line-height: 20px;
        color: #E8A944;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-yel {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        background: #F2C277;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org em,
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org em {
        font-size: 16px;
        font-weight: 400;
        color: #FF6A00;
        font-style: normal;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content {
        margin-top: 16px;
        margin-bottom: 10px;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top {
        width: 100%;
        margin-top: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        padding-left: 6px;
        padding-right: 7px;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        height: 12px;
        width: 1px;
        margin: auto;
        background: #787878;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:hover {
        text-decoration: none;
        color: #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child {
        padding-right: 0;
        border-right: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child:after {
        display: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:first-child {
        padding-left: 0;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom {
        margin-top: 16px;
        margin-bottom: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom span {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        margin-right: 16px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a {
        display: inline-block;
        padding: 3px 4px;
        background-color: #EFF3FF;
        margin-right: 2px;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:last-child {
        margin-right: 0;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:hover {
        text-decoration: none;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-title,
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-title {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        margin-right: 14px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-value,
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-value {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-text {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn {
        position: relative;
        padding-right: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
        cursor: pointer;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover {
        text-decoration: none;
        color: #FF6A00;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:after {
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        display: block;
        width: 6px;
        height: 9px;
        margin: auto 0;
        background-image: url('../images/common/icon-index-product-more.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover:after {
        width: 16px;
        height: 16px;
        background-position: 0 -9px;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-buy-btn {
        display: inline-block;
        margin-right: 10px;
        opacity: 0;
        visibility: hidden;
        padding: 6px 20px;
        background: #FF6A00;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        transition: all 0.3s;
    }
    
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover .second-item-more a.item-buy-btn {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
        padding: 20px 20px 0 20px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
        font-size: 12px;
    }
}

@media (min-width: 1500px) {
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
        padding: 40px 15px 0 15px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
        padding: 20px 30px 0 30px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
        padding: 40px 15px 0 15px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
        padding: 20px 30px 0 30px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
        padding: 40px 20px 0 20px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
        padding: 20px 30px 0 30px;
    }
    
    .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-content .recommand-item-content-top a {
        font-size: 14px;
    }
}

.product {
    width: 100%;
}

.product .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
    padding: 60px 0;
}

.product .title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
}

.product .product-item {
    width: 100%;
    border-top: 1px solid #EFEFEF;
}

.product .product-item:last-child {
    border-bottom: 1px solid #EFEFEF;
}

.product .product-item .product-item-inner {
    width: calc(100% - var(--grid-style2-margin) * 2);
    min-height: 270px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.product .product-item.idc-product .product-item-right {
    background-image: url('../images/common/product-bg-idc.png');
    background-repeat: no-repeat;
    background-size: 301px 255px;
    background-position: right bottom;
}

.product .product-item.gyy-product .product-item-right {
    background-image: url('../images/common/product-bg-gyy.png');
    background-repeat: no-repeat;
    background-size: 270px 209px;
    background-position: right bottom;
}

.product .product-item.ai-product .product-item-right {
    background-image: url('../images/common/product-bg-ai.png');
    background-repeat: no-repeat;
    background-size: 351px 250px;
    background-position: right bottom;
}

.product .product-item.aqyw-product .product-item-right {
    background-image: url('../images/common/product-bg-aqyw.png');
    background-repeat: no-repeat;
    background-size: 364px 257px;
    background-position: right bottom;
}

.product .product-item.qyfw-product .product-item-right {
    background-image: url('../images/common/product-bg-qyfw.png');
    background-repeat: no-repeat;
    background-size: 415px 196px;
    background-position: right bottom;
}

.product .product-item .product-item-right {
    width: 500px;
    border-right: 1px solid #F3F3F3;
}

.product .product-item .product-item-right .product-item-right-inner {
    margin-top: 50px;
}

.product .product-item .product-item-right .product-item-right-inner h1 {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 60px;
}

.product .product-item .product-item-right .product-item-right-inner p {
    padding-right: 60px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
}

.product .product-item .product-item-left {
    width: calc(100% - 500px);
}

.product .product-item .product-item-left .product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.product .product-item .product-item-left .product-list .product-list-item {
    width: 33.33%;
    height: 128px;
    padding: 41px 0 41px 70px;
    transition: all .3s;
}

.product .product-item .product-item-left .product-list .product-list-item:hover {
    text-decoration: none;
    background-color: #F9F9F9;
}

.product .product-item .product-item-left .product-list .product-list-item.recommand {
    position: relative;
}

.product .product-item .product-item-left .product-list .product-list-item.recommand:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 61px;
    display: block;
    content: "";
    background-image: url('../images/common/product-recommand.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product .product-item .product-item-left .product-list .product-list-item h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
}

.product .product-item .product-item-left .product-list .product-list-item p {
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
}

.product .product-item .product-item-left .idc-datacenter {
    width: 100%;
    min-height: 220px;
    padding: 45px 0 45px 70px;
    border-top: 1px solid #F3F3F3;
}

.product .product-item .product-item-left .idc-datacenter h3 {
    font-size: 14px;
    font-weight: 600;
    color: #313131;
}

.product .product-item .product-item-left .idc-datacenter .recommand-datacenter {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product .product-item .product-item-left .idc-datacenter .recommand-datacenter a {
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.product .product-item .product-item-left .idc-datacenter .recommand-datacenter a:hover {
    text-decoration: none;
    color: #FF6A00;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area {
    margin-top: 10px;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area span,
.product .product-item .product-item-left .idc-datacenter .recommand-area a {
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area span {
    margin-right: 6px;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area a {
    margin-right: 10px;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area a:hover {
    text-decoration: none;
    color: #FF6A00;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area a.more {
    color: #2856FF;
}

.product .product-item .product-item-left .idc-datacenter .recommand-area a.more:hover {
    color: #2856FF;
}

.product .product-item .product-item-left .domain-reg {
    width: 100%;
    height: 260px;
    padding: 45px 0 45px 70px;
}

.product .product-item .product-item-left .domain-reg h3 {
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 13px;
}

.product .product-item .product-item-left .domain-reg p.title-desc {
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
}

.product .product-item .product-item-left .domain-reg .domain-search {
    position: relative;
    margin-top: 34px;
    width: 512px;
    height: 48px;
    background: #F6F6F6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product .product-item .product-item-left .domain-reg .domain-search:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    margin: auto 0;
    content: "";
    display: block;
    width: 17px;
    height: 18px;
    background-image: url('../images/common/icon-search-default.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product .product-item .product-item-left .domain-reg .domain-search input {
    height: 44px;
    width: calc(100% - 55px);
    margin-left: 55px;
    border: none;
    outline: none;
    background: #F6F6F6;;
}

.product .product-item .product-item-left .domain-reg .domain-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #B4B4B4;
}

.product .product-item .product-item-left .domain-reg .domain-search input:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #B4B4B4;
}

.product .product-item .product-item-left .domain-reg .domain-search input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #B4B4B4;
}

.product .product-item .product-item-left .domain-reg .domain-search input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #B4B4B4;
}

.product .product-item .product-item-left .domain-reg .domain-tips {
    margin-top: 19px;
    font-size: 14px;
    font-weight: 300;
    color: #B4B4B4;
}

/* 首页解决方案 */
.solution {
    width: 100%;
}

.solution .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
    padding: 60px 0;
}

.solution .title h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.solution .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.solution .title .desc a {
    display: block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #1467EC;
}

.solution .solution-list {
    width: 100%;
    margin-top: 0;
}

.solution .solution-list .solution-list-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.solution .solution-list .solution-list-inner .solution-row {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item-1 {
    width: 90%;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item-2 {
    width: 90%;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item-5 {
    width: 90%;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item {
    position: relative;
    padding: 40px 45px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.18);
    overflow: hidden;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 135px;
    height: 53px;
    background-image: url('../images/common/index-solution-bg-top.png');
    background-repeat: no-repeat;
    background-size: 135px 53px;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 138px;
    height: 67px;
    background-image: url('../images/common/index-solution-bg-top-active.png');
    background-repeat: no-repeat;
    background-size: 138px 67px;
    -webkit-animation: solution-bg-slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: solution-bg-slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item:after {
    position: absolute;
    top: 34px;
    right: 0;
    content: "";
    display: block;
    width: 37px;
    height: 48px;
    background-image: url('../images/common/index-solution-bg-right.png');
    background-repeat: no-repeat;
    background-size: 37px 48px;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item:hover:after {
    position: absolute;
    top: 34px;
    right: 0;
    content: "";
    display: block;
    width: 36px;
    height: 60px;
    background-image: url('../images/common/index-solution-bg-right-active.png');
    background-repeat: no-repeat;
    background-size: 36px 60px;
    -webkit-animation: solution-bg-slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: solution-bg-slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes solution-bg-slide-in-top {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solution-bg-slide-in-top {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes solution-bg-slide-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes solution-bg-slide-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 26px;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title .img-wrapper {
    height: 40px;
    width: 40px;
    background: #FFF2E9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
    position: relative;
    height: 40px;
    margin-left: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #FF6A00;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item p {
    min-height: 72px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #787878;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .btns {
    opacity: 1;
    visibility: visible;
    height: 32px;
    width: 100%;
    margin-top: 43px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.3s;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-org {
    padding: 9px 18px;
    background: #FF6A00;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-right: 17px;
    cursor: pointer;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-default {
    padding: 9px 18px;
    border: 1px solid #D4D4D4;
    color: #181818;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}

.solution .solution-list .solution-list-inner .solution-row .solution-item .btns a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .solution {
        width: 100%;
        margin-top: 40px;
    }
    
    .solution .title {
        width: calc(100% - var(--grid-style2-margin) * 2);
        margin: 0 auto;
        padding: 60px 0;
    }
    
    .solution .title h4 {
        margin-bottom: 23px;
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .solution .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .solution .title .desc a {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1467EC;
    }
    
    .solution .solution-list {
        width: 100%;
        margin-top: 47px;
    }
    
    .solution .solution-list .solution-list-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .solution .solution-list .solution-list-inner .solution-row {
        margin-bottom: 17px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item-1 {
        width: 23%;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item-2 {
        width: 37.5%;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item-5 {
        width: 76%;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item {
        position: relative;
        padding: 40px 45px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border: 1px solid #EBEBEB;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.18);
        overflow: hidden;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item:before {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        display: block;
        width: 135px;
        height: 53px;
        background-image: url('../images/common/index-solution-bg-top.png');
        background-repeat: no-repeat;
        background-size: 135px 53px;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item:hover:before {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        display: block;
        width: 138px;
        height: 67px;
        background-image: url('../images/common/index-solution-bg-top-active.png');
        background-repeat: no-repeat;
        background-size: 138px 67px;
        -webkit-animation: solution-bg-slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: solution-bg-slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item:after {
        position: absolute;
        top: 34px;
        right: 0;
        content: "";
        display: block;
        width: 37px;
        height: 48px;
        background-image: url('../images/common/index-solution-bg-right.png');
        background-repeat: no-repeat;
        background-size: 37px 48px;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item:hover:after {
        position: absolute;
        top: 34px;
        right: 0;
        content: "";
        display: block;
        width: 36px;
        height: 60px;
        background-image: url('../images/common/index-solution-bg-right-active.png');
        background-repeat: no-repeat;
        background-size: 36px 60px;
        -webkit-animation: solution-bg-slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: solution-bg-slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 26px;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title .img-wrapper {
        height: 40px;
        width: 40px;
        background: #FFF2E9;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
        position: relative;
        height: 40px;
        margin-left: 22px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2:before {
        position: absolute;
        bottom: 2px;
        left: 0;
        content: "";
        display: block;
        width: 67px;
        height: 3px;
        background: #FF6A00;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item p {
        min-height: 72px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #787878;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .btns {
        opacity: 0;
        visibility: hidden;
        height: 32px;
        width: 100%;
        margin-top: 43px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        transition: opacity 0.3s;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item:hover .btns {
        opacity: 1;
        visibility: visible;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-org {
        padding: 9px 18px;
        background: #FF6A00;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        margin-right: 17px;
        cursor: pointer;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-default {
        padding: 9px 18px;
        border: 1px solid #D4D4D4;
        color: #181818;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        cursor: pointer;
    }
    
    .solution .solution-list .solution-list-inner .solution-row .solution-item .btns a:hover {
        text-decoration: none;
    }
}

/* 首页地图 */
.index-map {
    margin-top: 60px;
    width: 100%;
}

.index-map .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
}

.index-map .title h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.index-map .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.index-map .map-table {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-map .map-table .table-item {
    width: 100%;
    margin-bottom: 20px;
}

.index-map .map-table .table-item .table-title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
}

.index-map .map-table .table-item .table-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    height: 80%;
    width: 6px;
    background: #EC6A1E;
}

.index-map .map-table .table-item .table-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #D4D4D4;
}

.index-map .map-table .table-item .table-inner .item {
    width: 33.33%;
    height: 80px;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-map .map-table .table-item .table-inner .item:nth-child(3n+3) {
    border-right: none;
}

.index-map .map-table .table-item .table-inner .item.no-border {
    border-bottom: none;
}

.index-map .map-total {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: auto;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.index-map .map-total .total-item {
    width: 50%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EEEEEE;
    flex-shrink: 0;
}

.index-map .map-total .total-item:nth-child(2n) {
    border-right: none;
}

.index-map .map-total .total-item:nth-child(-n+2) {
    border-bottom: 1px solid #EEEEEE;
}

.index-map .map-total .total-item .num {
    font-size: 28px;
    font-weight: 500;
    color: #FF6A00;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
    transition: all .3s;
}

.index-map .map-total .total-item .total-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
}

.index-map .map-total .total-item .total-desc {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1;
    margin-top: 11px;
}

@media (min-width: 768px) {
    .index-map {
        margin-top: 100px;
        width: 100%;
    }
    
    .index-map .title {
        width: calc(100% - var(--grid-style2-margin) * 2);
        margin: 0 auto;
    }
    
    .index-map .title h4 {
        margin-bottom: 23px;
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .index-map .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .index-map .map-content {
        height: 520px;
        margin-top: 48px;
        background: #FAFAFA;
    }
    
    .index-map .map-content .map-content-inner {
        position: relative;
        height: 100%;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
    }
    
    .index-map .map-content .map-content-inner .content-dot {
        position: absolute;
        top: 54px;
        left: 0;
        width: 160px;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot {
        position: relative;
        height: 32px;
        margin-bottom: 12px;
        padding-left: 50px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 32px;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot.dot-4 {
        font-weight: 500;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot.dot-1:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 38px;
        height: 32px;
        background-image: url('../images/common/icon-index-map-dot-1.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot.dot-2:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 38px;
        height: 27px;
        background-image: url('../images/common/icon-index-map-dot-2.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot.dot-3:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 38px;
        height: 27px;
        background-image: url('../images/common/icon-index-map-dot-3.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .index-map .map-content .map-content-inner .content-dot .dot.dot-4:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 37px;
        height: 29px;
        background-image: url('../images/common/icon-index-map-dot-4.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .index-map .map-content .map-content-inner .map {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map {
        position: absolute;
        top: 0;
        left: 160px;
        height: 100%;
        width: calc(100% - 160px);
        background-image: url('../images/common/index-map.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-left,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-left {
        padding-left: 40px;
        height: 38px;
        background-position: left;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-s-left,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-s-left {
        padding-left: 22px;
        background-position: left;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-s-top-left,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-s-top-left {
        padding-left: 22px;
        padding-bottom: 10px;
        background-position: bottom left;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-s-bottom,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-s-bottom {
        padding-bottom: 30px;
        background-position: left bottom;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-bottom,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-bottom {
        padding-bottom: 36px;
        background-position: left bottom;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-top,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-top {
        padding-top: 30px;
        background-position: left top;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-top-right,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-top-right {
        padding-top: 12px;
        padding-right: 2px;
        background-position: right top;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot .zh,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot .zh {
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot .en,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot .en {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-4 .zh,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-4 .zh {
        font-weight: 500;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-1,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-1 {
        background-image: url('../images/common/icon-index-map-dot-1.png');
        background-repeat: no-repeat;
        background-size: 38px 32px;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-2,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-2 {
        background-image: url('../images/common/icon-index-map-dot-2.png');
        background-repeat: no-repeat;
        background-size: 15px 27px;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-s-2,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-s-2 {
        background-image: url('../images/common/icon-index-map-dot-2.png');
        background-repeat: no-repeat;
        background-size: 12px 23px;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-3,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-3 {
        background-image: url('../images/common/icon-index-map-dot-3.png');
        background-repeat: no-repeat;
        background-size: 15px 27px;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .map-dot-4,
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .map-dot-4 {
        background-image: url('../images/common/icon-index-map-dot-4.png');
        background-repeat: no-repeat;
        background-size: 34px 27px;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-uswest {
        position: absolute;
        top: 54%;
        left: 8%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-useast {
        position: absolute;
        top: 53%;
        left: 18%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-germany {
        position: absolute;
        top: 45%;
        left: 48%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-india {
        position: absolute;
        top: 53%;
        right: 26%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-bangkok {
        position: absolute;
        top: 54%;
        right: 18%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-singapore {
        position: absolute;
        top: 62%;
        right: 14%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-indonesia {
        position: absolute;
        top: 69%;
        right: 11%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-australia {
        position: absolute;
        bottom: 13%;
        right: 5%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-korea {
        position: absolute;
        bottom: 37%;
        right: 10%;
    }
    
    .index-map .map-content .map-content-inner .map .world-map .world-dot-inner .dot-japan {
        position: absolute;
        bottom: 44%;
        right: 5%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-cdjy {
        position: absolute;
        top: 30%;
        right: 40%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-scya {
        position: absolute;
        top: 50%;
        right: 70%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-chengdu {
        position: absolute;
        top: 40%;
        right: 50%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-beijing {
        position: absolute;
        top: 4%;
        right: 26%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-shanghai {
        position: absolute;
        top: 44%;
        right: 14%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-guangdong {
        position: absolute;
        bottom: 6%;
        right: 43%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map .internal-dot-inner .dot-hongkong {
        position: absolute;
        bottom: 5%;
        right: 23%;
    }
    
    .index-map .map-content .map-content-inner .map .internal-map {
        position: absolute;
        top: 36px;
        right: 0;
        width: 390px;
        height: 220px;
        background-image: url('../images/common/index-map-internal.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .index-map .map-total {
        position: relative;
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 140px;
        margin: -25px auto 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        background-color: #FFFFFF;
        z-index: 2;
        border: 1px solid #EEEEEE;
    }
    
    .index-map .map-total .total-item {
        width: 25%;
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #EEEEEE !important;
        border-bottom: none !important;
    }
    
    .index-map .map-total .total-item:last-child {
        border-right: none;
    }
    
    .index-map .map-total .total-item .num {
        font-size: 36px;
        font-weight: 500;
        color: #FF6A00;
        text-align: center;
        line-height: 1;
        margin-bottom: 12px;
        transition: all .5s ease-in-out;
    }
    
    .index-map .map-total .total-item:hover .num {
        font-size: 40px;
    }
    
    .index-map .map-total .total-item .total-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
        transition: all .5s ease-in-out;
    }
    
    .index-map .map-total .total-item .total-desc {
        display: none;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
        margin-top: 11px;
        transition: all .5s ease-in-out;
    }
    
    .index-map .map-total .total-item:hover .total-desc {
        display: inline-block;
    }
}

/* 首页极云生态 */
.index-manufacturer {
    width: 100%;
    margin-top: 60px;
}

.index-manufacturer .title {
    width: 100%;
    margin: 0 auto;
}

.index-manufacturer .title h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.index-manufacturer .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.index-manufacturer .title .desc a {
    display: block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #1467EC;
}

.index-manufacturer .title .desc a:hover {
    text-decoration: none;
}

.index-manufacturer .manu {
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/manu/manu-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-manufacturer .manu .manu-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    min-height: 240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFFFFF;
}

.index-manufacturer .manu .manu-inner .manu-item {
    height: 120px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #EEEEEE;
}

.index-manufacturer .manu .manu-inner .manu-item img {
    width: 100%;
    object-fit: scale-down;
}

@media (min-width: 768px) {
    .index-manufacturer {
        width: 100%;
        margin-top: 110px;
    }
    
    .index-manufacturer .title {
        width: 100%;
        margin: 0 auto;
    }
    
    .index-manufacturer .title h4 {
        margin-bottom: 24px;
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .index-manufacturer .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .index-manufacturer .title .desc a {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1467EC;
    }
    
    .index-manufacturer .title .desc a:hover {
        text-decoration: none;
    }
    
    .index-manufacturer .manu {
        width: 100%;
        height: 400px;
        padding: 0;
        margin-top: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../images/manu/manu-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .index-manufacturer .manu .manu-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        min-height: 240px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        background: #FFFFFF;
    }
    
    .index-manufacturer .manu .manu-inner .manu-item {
        height: 120px;
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0.5px solid #EEEEEE;
    }
}

/* 首页关于极云 */
.index-about {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.index-about .title {
    width: 100%;
    margin: 0 auto;
}

.index-about .title h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.index-about .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.index-about .about-content {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.index-about .about-content .about-content-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.index-about .about-content .about-content-inner .jiyun-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.index-about .about-content .about-content-inner .jiyun-img img {
    object-fit: cover;
    width: 100%;
}

.index-about .about-content .about-content-inner .certificate {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #EEEEEE;
}

.index-about .about-content .about-content-inner .certificate .certificate-item {
    position: relative;
    width: 50%;
    min-height: 120px;
    display: flex;
    justify-content: flex-start;
}

.index-about .about-content .about-content-inner .certificate .certificate-item:nth-child(2n+1) {
    border-right: 1px solid #EEEEEE;
}

.index-about .about-content .about-content-inner .certificate .certificate-item:nth-child(-n+2) {
    border-bottom: 1px solid #EEEEEE;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content {
    padding: 10px 20px;
    height: auto;
    margin: auto;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content b {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    padding-left: 30px;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content b:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../images/manu/icon-more.png');
    background-repeat: no-repeat;
    background-size: 17px 17px;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content .certificate-item-desc {
    min-height: 44px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .detail {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.index-about .about-content .about-content-inner .certificate .certificate-item:hover .detail {
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 36px;
    background-image: url('../images/manu/icon-preview.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
    transition: top 0.6s 0.2s;
    transform: translateY(-50%);
    pointer-events: auto;
}

.index-about .about-content .about-content-inner .certificate .certificate-item:hover .detail .detail-img:after {
    top: 50%;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img img:first-child {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img img:not(:first-child) {
    display: none;
}

.index-about .aptitude-content {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.index-about .aptitude-content .aptitude-content-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.index-about .aptitude-content .aptitude-content-inner .aptitude-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.index-about .aptitude-content .aptitude-content-inner .aptitude-item img {
    max-width: 100%;
    height: 80px;
    object-fit: scale-down;
}

@media (min-width: 768px) {
    .index-about {
        width: 100%;
        margin-top: 110px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .index-about .title {
        width: 100%;
        margin: 0 auto;
    }
    
    .index-about .title h4 {
        margin-bottom: 24px;
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .index-about .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .index-about .about-content {
        margin-top: 110px;
        width: 100%;
        height: 320px;
    }
    
    .index-about .about-content .about-content-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .index-about .about-content .about-content-inner .jiyun-img {
        width: 720px;
        height: 320px;
        display: flex;
        justify-content: flex-start;
    }
    
    .index-about .about-content .about-content-inner .jiyun-img img {
        object-fit: cover;
        width: 100%;
    }
    
    .index-about .about-content .about-content-inner .certificate {
        width: calc(100% - 720px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        border: 1px solid #EEEEEE;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item {
        position: relative;
        width: 50%;
        display: flex;
        justify-content: flex-start;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item:nth-child(2n+1) {
        border-right: 1px solid #EEEEEE;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item:nth-child(-n+2) {
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content {
        width: 260px;
        height: 70px;
        margin: auto;
        padding: 0;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content b {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        padding-left: 30px;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content b:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url('../images/manu/icon-more.png');
        background-repeat: no-repeat;
        background-size: 17px 17px;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .certificate-item-content .certificate-item-desc {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .detail {
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        z-index: 2;
        overflow: hidden;
        cursor: pointer;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item:hover .detail {
        visibility: visible;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        margin-right: auto;
        margin-left: auto;
        width: 36px;
        height: 36px;
        background-image: url('../images/manu/icon-preview.png');
        background-repeat: no-repeat;
        background-size: 36px 36px;
        transform: translateY(-50%);
        transition: top 0.6s 0.2s;
        pointer-events: auto;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item:hover .detail .detail-img:after {
        top: 50%;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img img:first-child {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .index-about .about-content .about-content-inner .certificate .certificate-item .detail .detail-img img:not(:first-child) {
        display: none;
    }
    
    .index-about .aptitude-content {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .index-about .aptitude-content .aptitude-content-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 140px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .index-about .aptitude-content .aptitude-content-inner .aptitude-item {
        width: 16.66%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.index-news {
    margin-top: 70px;
    width: 100%;
}

.index-news .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
}

.index-news .title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
}

.index-news .index-news-content {
    width: calc(100% - var(--grid-margin) * 2);
    margin: 20px auto 0 auto;
    /*border-top: 1px solid #EFEFEF;*/
    /*border-bottom: 1px solid #EFEFEF;*/
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.index-news .index-news-content .news-content-right {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #EFEFEF;
}

.index-news .index-news-content .news-content-right .news-item {
    display: inline-block;
    min-height: 200px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #EFEFEF;
}

.index-news .index-news-content .news-content-right .news-item .news-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 0;
}

.index-news .index-news-content .news-content-right .news-item .news-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 57px;
    height: 3px;
    background-color: #FF6A00;
}

.index-news .index-news-content .news-content-right .news-item .news-title .news-date {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #3E3E3E;
}

.index-news .index-news-content .news-content-right .news-item .news-title .news-date.new:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto 0;
    content: "\65b0";
    display: inline-block;
    width: 23px;
    height: 18px;
    border-radius: 2px;
    background: #65B92D;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.index-news .index-news-content .news-content-right .news-item .news-title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #3E3E3E;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index-news .index-news-content .news-content-right .news-item .news-desc {
    margin-top: 16px;
}

.index-news .index-news-content .news-content-right .news-item .news-desc p{
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news .index-news-content .news-content-right .news-item .news-more {
    margin-top: 28px;
    position: relative;
    display: inline-block;
}

.index-news .index-news-content .news-content-right .news-item .news-more:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto 0;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url('../images/common/icon-s-gray-arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s;
}

.index-news .index-news-content .news-content-right .news-item:hover .news-more:after {
    right: -70px;
}

.index-news .index-news-content .news-content-right .news-item .news-more:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    height: 20px;
    width: 30px;
    content: "MORE";
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    transition: all .5s;
}

.index-news .index-news-content .news-content-right .news-item:hover .news-more:before {
    opacity: 1;
    visibility: visible;
}

.index-news .index-news-content .news-content-right .more-item {
    margin: 30px auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

@media (min-width: 768px) {
    .index-news {
        margin-top: 100px;
        width: 100%;
    }
    
    .index-news .title {
        width: calc(100% - var(--grid-style2-margin) * 2);
        margin: 0 auto;
    }
    
    .index-news .title h4 {
        font-size: 32px;
        font-weight: 600;
        color: #3E3E3E;
        text-align: center;
        line-height: 1;
    }
    
    .index-news .index-news-content {
        width: calc(100% - var(--grid-margin) * 2);
        margin: 70px auto 0 auto;
        /*border-top: 1px solid #EFEFEF;*/
        /*border-bottom: 1px solid #EFEFEF;*/
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .index-news .index-news-content .news-content-left {
        padding: 75px 80px 58px 240px;
        height: 560px;
        width: 615px;
        background-image: url('../images/common/index-news-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .index-news .index-news-content .news-content-left p {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 24px;
    }
    
    .index-news .index-news-content .news-content-left a {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .index-news .index-news-content .news-content-left a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -26px;
        margin: auto 0;
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        background-image: url('../images/common/icon-s-blue-arrow-right.png');
        background-repeat: no-repeat;
        background-size: contain;
        transition: right .3s;
    }
    
    .index-news .index-news-content .news-content-left a:hover {
        text-decoration: none;
    }
    
    .index-news .index-news-content .news-content-left a:hover:after {
        right: -36px;
    }
    
    .index-news .index-news-content .news-content-right {
        width: calc(100% - 615px);
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #EFEFEF;
    }
    
    .index-news .index-news-content .news-content-right .news-item {
        display: inline-block;
        height: 50%;
        width: 50%;
        padding: 54px 100px 0 75px;
        border-bottom: 1px solid #EFEFEF;
        text-decoration: none;
    }
    
    .index-news .index-news-content .news-content-right .news-item:nth-child(odd) {
        border-right: 1px solid #EFEFEF;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-title {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 14px 0;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-title:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 57px;
        height: 3px;
        background-color: #FF6A00;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-title .news-date {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        color: #3E3E3E;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-title .news-date.new:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30px;
        margin: auto 0;
        content: "\65b0";
        display: inline-block;
        width: 23px;
        height: 18px;
        border-radius: 2px;
        background: #65B92D;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-title h2 {
        font-size: 18px;
        font-weight: 400;
        color: #3E3E3E;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-desc {
        margin-top: 16px;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-desc p{
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-more {
        margin-top: 28px;
        position: relative;
        display: inline-block;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-more:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto 0;
        content: "";
        width: 12px;
        height: 20px;
        background-image: url('../images/common/icon-s-gray-arrow-right.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .3s;
    }
    
    .index-news .index-news-content .news-content-right .news-item:hover .news-more:after {
        right: -70px;
    }
    
    .index-news .index-news-content .news-content-right .news-item .news-more:before {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -32px;
        margin: auto 0;
        height: 20px;
        width: 30px;
        content: "MORE";
        font-size: 12px;
        font-weight: 400;
        color: #868686;
        transition: all .5s;
    }
    
    .index-news .index-news-content .news-content-right .news-item:hover .news-more:before {
        opacity: 1;
        visibility: visible;
    }
}

.slogan {
    width: 100%;
    height: 200px;
    background-image: url('../images/common/slogan-bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 70%;
}

.slogan .slogan-inner {
    width: calc(100% - var(--grid-style2-margin) * 2);
    height: 100%;
    margin: 0 auto;
}

.slogan .slogan-inner .slogan-content {
    padding-top: 30px;
}

.slogan .slogan-inner .slogan-content h1 {
    font-size: 18px;
    padding: 0 10px;
    font-weight: 500;
    color: #3E3E3E;
    margin-bottom: 10px;
}

.slogan .slogan-inner .free-btn {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
    line-height: 40px;
    background: linear-gradient(to right, #ff6a00, #ffa200);
    font-size: 14px;
    color: #fff;
    padding: 0 40px;
}

.slogan .slogan-inner .free-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.slogan .slogan-inner .free-btn:after {
    position: absolute;
    right: 36px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/common/icon-s-arrow-right2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: right .5s .2s;
}

.slogan .slogan-inner .free-btn:hover:after {
    right: 20px;
}

@media (min-width: 768px) {
    .slogan {
        width: 100%;
        height: 412px;
        background-image: url('../images/common/slogan-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    
    .slogan .slogan-inner {
        width: calc(100% - var(--grid-style2-margin) * 2);
        height: 100%;
        margin: 0 auto;
    }
    
    .slogan .slogan-inner .slogan-content {
        padding-top: 90px;
    }
    
    .slogan .slogan-inner .slogan-content h1 {
        padding: 0;
        font-size: 40px;
        font-weight: 600;
        color: #3E3E3E;
        margin-bottom: 18px;
    }
    
    .slogan .slogan-inner .free-btn {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 40px;
        margin-left: 0;
        margin-top: 40px;
        line-height: 40px;
        background: linear-gradient(to right, #ff6a00, #ffa200);
        font-size: 14px;
        color: #fff;
        padding: 0 40px;
    }
    
    .slogan .slogan-inner .free-btn:hover {
        text-decoration: none;
        color: #ffffff;
    }
    
    .slogan .slogan-inner .free-btn:after {
        position: absolute;
        right: 36px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        background-image: url('../images/common/icon-s-arrow-right2x.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: right .5s .2s;
    }
    
    .slogan .slogan-inner .free-btn:hover:after {
        right: 20px;
    }
}

.mask-certificate {
    visibility: hidden;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.mask-certificate.show {
    visibility: visible;
}

.mask-certificate .mask-content {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2); 
    height: 100%;
    background: #FFFFFF;
}

.mask-certificate .mask-content .close-icon {
    position: absolute;
    top: 20px;
    right: 24px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../images/common/icon-close.png');
    z-index: 100;
    cursor: pointer;
}

.mask-certificate .mask-content .swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.mask-certificate .mask-content .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mask-certificate .mask-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask-certificate .mask-content .swiper-container .swiper-wrapper .swiper-slide img {
    width: 80%;
    height: 80%;
    object-fit: scale-down;
}

.mask-certificate .mask-content .swiper-container .swiper-button-next {
    position: absolute;
    top: calc(50% - 24px);
    right: 20px;
    width: 48px;
    height: 48px;
    background-color: #C5C5C5;
    background-image: url('../images/common/icon-arrow-right-white.png');
    background-size: 14px 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.mask-certificate .mask-content .swiper-container .swiper-button-prev {
    position: absolute;
    top: calc(50% - 24px);
    left: 20px;
    width: 48px;
    height: 48px;
    background-color: #C5C5C5;
    background-image: url('../images/common/icon-arrow-right-white.png');
    background-size: 14px 22px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .mask-certificate {
        visibility: hidden;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }
    
    .mask-certificate.show {
        visibility: visible;
    }
    
    .mask-certificate .mask-content {
        position: relative;
        width: calc(100% - var(--grid-style3-margin) * 2); 
        height: 720px;
        background: #FFFFFF;
    }
    
    .mask-certificate .mask-content .close-icon {
        position: absolute;
        top: 20px;
        right: 24px;
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url('../images/common/icon-close.png');
        z-index: 10;
        cursor: pointer;
    }
    
    .mask-certificate .mask-content .swiper-container {
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    
    .mask-certificate .mask-content .swiper-container .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    
    .mask-certificate .mask-content .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mask-certificate .mask-content .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .mask-certificate .mask-content .swiper-container .swiper-button-next {
        position: absolute;
        top: calc(50% - 24px);
        right: 20px;
        width: 48px;
        height: 48px;
        background-color: #C5C5C5;
        background-image: url('../images/common/icon-arrow-right-white.png');
        background-size: 14px 22px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .mask-certificate .mask-content .swiper-container .swiper-button-prev {
        position: absolute;
        top: calc(50% - 24px);
        left: 20px;
        width: 48px;
        height: 48px;
        background-color: #C5C5C5;
        background-image: url('../images/common/icon-arrow-right-white.png');
        background-size: 14px 22px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
    }
}

/* price.html begin */
.price-main-banner {
    width: 100%;
    height: 240px;
}

.price-main-banner .price-banner-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

.price-main-banner .price-banner-inner h1 {
    font-size: 36px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 20px;
}

.price-main-banner .price-banner-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.price-calc {
    width: 100%;
    padding-bottom: 26px;
}

.price-calc .price-calc-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 38px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.price-calc .price-calc-inner .price-calc-left {
    width: calc(100% - 480px - 60px);
    margin-right: 60px;
}

.price-calc .price-calc-inner .price-calc-left .product-select {
    position: sticky;
    top: 0;
    width: 100%;
    height: 72px;
    padding-right: 60px;
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    z-index: 99;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-active {
    position: relative;
    height: 72px;
    min-width: 180px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #181818;
    text-align: center;
    padding: 0 34px;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-active:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 2px;
    background: #ff6a00;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-active:before {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    display: inline-block;
    margin: auto 0;
    content: "";
    width: 1px;
    height: 20px;
    background: #ECECEC;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more {
    position: relative;
    height: 72px;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-more-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 34px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 72px;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-more-inner:after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 7px;
    margin: auto 0;
    background-image: url('../images/common/icon-gray-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-list-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 96px 40px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.16);
    transition: all .3s;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-list-wrapper .product-select-list-column {
    width: 162px;
    margin-right: 75px;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-list-wrapper .product-select-list-column2 {
    width: 272px;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-list-wrapper .product-select-list-column b,
.price-calc .price-calc-inner .price-calc-left .product-select .product-select-left .product-select-more .product-select-list-wrapper .product-select-list-column2 b {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #787878;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid #ECECEC;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-more .product-select-list-wrapper .product-select-list-column .product-select-list,
.price-calc .price-calc-inner .price-calc-left .product-select .product-select-more .product-select-list-wrapper .product-select-list-column2 .product-select-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-more .product-select-list-column .product-select-list .product-select-item {
    width: 100%;
    margin: 14px 0;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-more .product-select-list-column2 .product-select-list .product-select-item {
    width: 50%;
    margin: 14px 0;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-select .product-select-right a {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.price-calc .price-calc-inner .price-calc-left .product-activity-notice {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 16px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #E4823C;
    background: #FFF8EE;
    padding-left: 32px;
}

.price-calc .price-calc-inner .price-calc-left .product-activity-notice .close-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
    width: 12px;
    height: 12px;
    background-image: url('../images/common/icon-org-close.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option {
    width: 100%;
    padding: 36px 34px;
    border: 1px solid #EFEFEF;
    margin-bottom: 24px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .option-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 33px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .option-title .title-tips {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background-image: url('../images/common/icon-tips.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .label {
    position: relative;
    width: 90px;
    height: 50px;
    margin-right: 10px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .label .option-tips-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 14px;
    height: 14px;
    background-image: url('../images/common/icon-tips.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn {
    width: calc(100% - 100px);
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label {
    display: inline-block;
    padding: 5px 0;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] {
    display: none;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] + i {
    display: block;
    width: auto;
    min-width: 80px;
    height: auto;
    padding: 13px 25px;
    margin-right: 3px;
    color: #181818;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    transition-duration: 200ms;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] + i.tag-yel,
.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] + i.tag-red {
    position: relative;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] + i.tag-yel:before {
    position: absolute;
    top: -10px;
    right: -2px;
    content: attr(data-tag);
    display: inline-block;
    padding: 4px;
    background: #FFA73F;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio] + i.tag-red:before {
    position: absolute;
    top: -10px;
    right: -2px;
    content: attr(data-tag);
    display: inline-block;
    padding: 4px;
    background: #FD5240;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .radios label input[type=radio]:checked + i {
    color: #ffffff;
    background: #1366EC;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item:not(:first-child) {
    margin-top: 20px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item select {
    height: 40px;
    width: 94px;
    padding-left: 20px;
    border: 1px solid #B1B1B1;
    outline: none;
    background-color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/common/price-calc-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .range-box-add input[type=range] {
    width: 160px;
    margin: auto 20px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCBCB;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add input {
    height: 100%;
    width: 74px;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
}

.price-calc .price-calc-left .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add input::-webkit-outer-spin-button,
.price-calc .price-calc-left .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add input::-webkit-inner-spin-button,
.price-calc .price-calc-left .product-option .product-option-item .fn .select-range-add .select-range-item .number-box input::-webkit-outer-spin-button,
.price-calc .price-calc-left .product-option .product-option-item .fn .select-range-add .select-range-item .number-box input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add .reduce,
.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add .add {
    width: 32px;
    height: 38px;
    background: #EFEFEF;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add .reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .number-box-add .add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .box-unit{
    width: 30px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-item .del-btn {
    margin-left: 10px;
    padding: 8px 16px;
    border-radius: 2px;
    background: #e83c3a;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-add-bottom {
    width: calc(100% - 150px);
    margin-top: 32px;
    border-top: 1px solid #EFEFEF;
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-add-bottom.hide {
    display: none;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-add-bottom .select-range-add-btn {
    position: relative;
    padding-left: 32px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-range-add .select-range-add-bottom .select-range-add-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../images/common/icon-circle-add-blue.png');
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .range-box {
    width: calc((100% - 140px - 20px) * 0.8);
    margin-top: 10px;
    margin-right: 20px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .range-box input[type=range] {
    width: 95%;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .range-box .range-value {
    width: 95%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .range-box .range-value .range-opt {
    text-align: center;
    padding: 0;
    height: auto;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCBCB;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box input {
    height: 100%;
    width: 74px;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
}

.price-calc .price-calc-left .product-option .product-option-item .fn .line-num-box .number-box input::-webkit-outer-spin-button,
.price-calc .price-calc-left .product-option .product-option-item .fn .line-num-box .number-box input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box .reduce,
.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box .add {
    width: 32px;
    height: 38px;
    background: #EFEFEF;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box .reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .number-box .add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .line-num-box .box-unit{
    width: 30px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios label {
    margin-top: 18px;
    margin-right: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios label input[type=radio] {
    display: none;
    position: relative;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios label input[type=radio] + i {
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    font-style: normal;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios label input[type=radio] + i:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #F0F0F0;
    border-radius: 50%;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .circle-radios label input[type=radio]:checked + i:before {
    background: #ffffff;
    border: 4px solid #1366EC;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-num-disk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-num-disk .select-system-type select {
    width: 120px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #B1B1B1;
    outline: none;
    background-color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/common/price-calc-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-num-disk .select-system-num {
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-num-disk .select-system-num select {
    width: 120px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #B1B1B1;
    outline: none;
    background-color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/common/price-calc-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .select-num-disk .select-system-num .disk-num-unit {
    margin-left: 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-add-bottom {
    margin-top: 13px;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-add-bottom.hide {
    visibility: hidden;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-add-bottom .data-disk-add-btn {
    margin-right: 10px;
    color: #1366EC;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-select {
    width: 100px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #B1B1B1;
    outline: none;
    background-color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/common/price-calc-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box {
    margin-left: 20px;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCBCB;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box input {
    height: 100%;
    width: 74px;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box .data-reduce,
.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box .data-add {
    width: 32px;
    height: 38px;
    background: #EFEFEF;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box .data-reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-number-box .data-add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-disk-unit{
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .product-option-wrapper .product-option .product-option-item .fn .data-disk-wrapper .data-disk-item .data-del {
    margin-left: 30px;
    padding: 8px 16px;
    border-radius: 2px;
    background: #e83c3a;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total {
    width: calc(100vw - 480px - 60px - var(--grid-style3-margin) * 2);
    padding: 30px 34px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 23px;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .title {
    display: inline-block;
    width: 100px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-product .product-desc {
    width: calc(100% - 200px);
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-product .product-duration {
    width: 100px;
    padding-left: 20px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price .total-price-now {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price .total-price-now p {
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price .total-price-now p span {
    font-size: 20px;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price .total-price-details {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #1366EC;
    margin-left: 18px;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-price .total-price-old {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #787878;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-btns {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-btns a {
    width: 128px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-btns a.total-btn-default {
    background: #ffffff;
    border: 1px solid #B1B1B1;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .total-price-wrapper .total-btns a.total-btn-org {
    background: #FF6A00;
    color: #ffffff;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .bottom-total-tips {
    margin-top: 18px;
    padding-left: 100px;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
}

.price-calc .price-calc-inner .price-calc-left .bottom-total .bottom-total-tips a {
    color: #1366EC;
    font-size: 12px;
}

.price-calc .price-calc-inner .price-calc-right {
    width: 480px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 42px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 8px 0px rgba(212,212,212,0.14);
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-list-title {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    padding-bottom: 23px;
    border-bottom: 1px solid #EFEFEF;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top b {
    font-size: 14px;
    font-weight: 600;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top .detail-content-op {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top .detail-content-op .op-edit {
    position: relative;
    width: 12px;
    height: 14px;
    margin-right: 41px;
    background-image: url('../images/common/icon-gray-edit.png');
    background-repeat: no-repeat;
    background-size: 12px 14px;
    background-position: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top .detail-content-op .op-edit:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -21px;
    margin: auto 0;
    content: "";
    display: inline-block;
    height: 13px;
    width: 1px;
    background-color: #a8a8a8;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-top .detail-content-op .op-delete {
    width: 14px;
    height: 15px;
    background-image: url('../images/common/icon-gray-delete.png');
    background-repeat: no-repeat;
    background-size: 14px 15px;
    background-position: center;
    cursor: pointer;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #EFEFEF;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list .detail-item {
    width: 100%;
    margin: 11px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list .detail-item b {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    min-width: 70px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list .detail-item p {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list .detail-item select {
    height: 30px;
    padding-left: 14px;
    padding-right: 10px;
    min-width: 94px;
    background-color: #ffffff;
    border: 1px solid #B1B1B1;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/common/price-calc-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-list .detail-item select:not(first-child) {
    margin-right: 10px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-blank.show {
    display: flex;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-blank {
    width: 100%;
    height: 400px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-blank .blank-tips {
    margin-top: 30px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-content .detail-content-blank .blank-tips p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    text-align: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-total-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-total-price b {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-right: 12px;
    line-height: 1;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-total-price p {
    display: inline;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-total-price p span {
    font-size: 24px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-old-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #787878;
    line-height: 1;
    margin-bottom: 2px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-total .detail-old-price.hide {
    display: none;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-btns {
    margin: 23px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-btns a {
    width: 45%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-btns a:hover {
    text-decoration: none;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-btns a.export {
    background: #ffffff;
    color: #1366EC;
    border: 1px solid #B1B1B1;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-btns a.buy {
    background: #FF6A00;
    color: #fff;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-tips {
    padding-left: 6px;
    position: relative;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-tips:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "\002a";
    width: 4px;
    height: 4px;
    font-size: 12px;
    color: #FF6A00;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-tips p {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.price-calc .price-calc-inner .price-calc-right .price-detail-list .detail-tips a {
    font-size: 12px;
    font-weight: 400;
    color: #1366EC;
    line-height: 24px;
}

.price-calc-bottom-info {
    background-image: url('../images/price-calc/price-calc-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* price.html end */

/* product-detail begin */
.main-banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 60%;
    background-size: auto 100%;
}

.main-banner.ssl-banner {
    height: 280px;
}

.main-banner.cloud-banner {
    height: 280px;
}

.main-banner.cloud-mi-banner {
    height: 300px;
}

.main-banner.vuln-banner,
.main-banner.trust-banner,
.main-banner.cloud-ma-banner {
    height: 300px;
}

.main-banner.tech-banner,
.main-banner.sms-banner,
.main-banner.proxyip-banner,
.main-banner.mail-banner,
.main-banner.web-banner,
.main-banner.guance-banner,
.main-banner.ac-banner,
.main-banner.waf-banner,
.main-banner.taishi-banner {
    height: 280px;
}

.main-banner .banner-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-banner .banner-inner h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #181818;
}

.main-banner .banner-inner h1 em {
    font-style: normal;
    color: #FF6A00;
}

.main-banner .banner-inner p.main-banner-desc {
    width: min(690px, 100%);
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #787878;
}

.main-banner .banner-inner .banner-activity {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.main-banner .banner-inner .banner-activity a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}

.main-banner .banner-inner .banner-activity a:hover {
    text-decoration: none;
    color: inherit;
}

.main-banner .banner-inner .banner-activity a span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 1px 4px;
    background: #FF4E00;
    line-height: 1;
    margin-right: 4px;
}

.main-banner .banner-inner .banner-activity p {
    font-size: 12px;
    font-weight: 400;
    color: #FF6A00;
}

.main-banner .banner-inner .banner-btns {
    width: calc(100% + 10px);
    margin-left: -10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.main-banner .banner-inner .banner-btns a {
    margin-right: 10px;
}

.main-banner .banner-inner .banner-btns a:hover {
    color: inherit;
    text-decoration: none;
}

.main-banner .banner-inner .banner-btns a.banner-btn-org {
    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    background: #FF6A00;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

.main-banner .banner-inner .banner-btns a.banner-gradient-btn-org {
    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(-90deg, #FF6A00, #FFA200);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

.main-banner .banner-inner .banner-btns a.banner-btn-default {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FF6A00;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #FF6A00;
}

.main-banner .banner-inner .banner-btns a.banner-btn-datacenter,
.main-banner .banner-inner .banner-btns a.banner-btn-document,
.main-banner .banner-inner .banner-btns a.banner-btn-download {
    position: relative;
    margin-left: 10px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #FF6A00;
}

.main-banner .banner-inner .banner-btns a.banner-btn-datacenter:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-image: url('../images/common/icon-small-search.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}

.main-banner .banner-inner .banner-btns a.banner-btn-document:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    background-image: url('../images/common/icon-banner-document.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner .banner-inner .banner-btns a.banner-btn-download:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    height: 14px;
    width: 12px;
    background-image: url('../images/beian/icon-banner-download.png');
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: center;
}

 /* jygpu 样式 */
.main-banner .banner-inner-jygpu {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-banner .banner-inner-jygpu .banner-bg {
    background: linear-gradient(to right, #fafafa 0%, #d0dcf7 6%, #2571F1 30%, #2571F1 50%, #2571F1 70%, #fafafa 100%);
    padding: 6px 64px 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 29px;
}

.main-banner .banner-inner-jygpu .banner-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #181818;
}

.main-banner .banner-inner-jygpu .banner-desc {
    color: #454545;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.main-banner .banner-inner-jygpu .banner-btns {
    width: calc(100% + 10px);
    margin-left: -10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.main-banner .banner-inner-jygpu .banner-btns a.banner-btn-blue {
    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    background: #1E64E4;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .main-banner {
        height: 480px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    
    .main-banner.ssl-banner {
        height: 480px;
    }
    
    .main-banner.cloud-banner {
        height: 480px;
    }
    
    .main-banner.cloud-mi-banner {
        height: 480px;
    }
    
    .main-banner.vuln-banner,
    .main-banner.trust-banner,
    .main-banner.cloud-ma-banner {
        height: 480px;
    }
    
    .main-banner.tech-banner,
    .main-banner.sms-banner,
    .main-banner.proxyip-banner,
    .main-banner.mail-banner,
    .main-banner.web-banner,
    .main-banner.guance-banner,
    .main-banner.ac-banner,
    .main-banner.waf-banner,
    .main-banner.taishi-banner {
        height: 480px;
    }
    
    .main-banner .banner-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: 0 auto;
        padding-top: 29px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-banner .banner-inner h1 {
        margin-top: 29px;
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 500;
        color: #181818;
    }
    
    .main-banner .banner-inner h1 em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .main-banner .banner-inner p.main-banner-desc {
        width: min(690px, 100%);
        text-align: justify;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-banner .banner-inner .banner-activity {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 34px;
    }
    
    .main-banner .banner-inner .banner-activity a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 6px;
    }
    
    .main-banner .banner-inner .banner-activity a:hover {
        text-decoration: none;
        color: inherit;
    }
    
    .main-banner .banner-inner .banner-activity a span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        padding: 1px 4px;
        background: #FF4E00;
        line-height: 1;
        margin-right: 4px;
    }
    
    .main-banner .banner-inner .banner-activity p {
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
    }
    
    .main-banner .banner-inner .banner-btns {
        width: auto;
        margin-left: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 60px;
    }
    
    .main-banner .banner-inner .banner-btns a {
        margin-right: 17px;
    }
    
    .main-banner .banner-inner .banner-btns a:hover {
        color: inherit;
        text-decoration: none;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-org {
        display: inline-block;
        min-width: 130px;
        height: 40px;
        line-height: 40px;
        background: #FF6A00;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #FFFFFF;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-gradient-btn-org {
        display: inline-block;
        min-width: 130px;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(-90deg, #FF6A00, #FFA200);
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #FFFFFF;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-default {
        display: inline-block;
        min-width: 130px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #FF6A00;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #FF6A00;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-datacenter,
    .main-banner .banner-inner .banner-btns a.banner-btn-document,
    .main-banner .banner-inner .banner-btns a.banner-btn-download {
        position: relative;
        margin-left: 35px;
        padding-left: 25px;
        font-size: 14px;
        font-weight: 500;
        color: #FF6A00;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-datacenter:before{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        height: 14px;
        width: 14px;
        background-image: url('../images/common/icon-small-search.png');
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: center;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-document:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        height: 15px;
        width: 15px;
        background-image: url('../images/common/icon-banner-document.png');
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-banner .banner-inner .banner-btns a.banner-btn-download:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        height: 14px;
        width: 12px;
        background-image: url('../images/beian/icon-banner-download.png');
        background-size: 12px 14px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    /* jygpu 样式 */
    .main-banner .banner-inner-jygpu {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: 0 auto;
        padding-top: 29px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-banner .banner-inner-jygpu .banner-bg {
        background: linear-gradient(to right, #fafafa 0%, #d0dcf7 6%, #2571F1 30%, #2571F1 50%, #2571F1 70%, #fafafa 100%);
        padding: 6px 64px 6px 20px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 29px;
    }
    
    .main-banner .banner-inner-jygpu .banner-title {
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 500;
        color: #181818;
    }
    
    .main-banner .banner-inner-jygpu .banner-desc {
        color: #454545;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
    }
    
    .main-banner .banner-inner-jygpu .banner-btns {
        width: auto;
        margin-left: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 60px;
    }
    
    .main-banner .banner-inner-jygpu .banner-btns a.banner-btn-blue {
        display: inline-block;
        min-width: 130px;
        height: 40px;
        line-height: 40px;
        background: #1E64E4;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #FFFFFF;
    }
}

.main-content {
    width: 100%;
}
/* product-detail end */

/* idc begin */
.main-content .idc-product-nav {
    position: sticky;
    top: 0;
    padding: 0 20px;
    width: 100%;
    height: 73px;
    background-color: #FFFFFF;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    box-shadow: 0px 4px 8px 0px rgba(212,212,212,0.14);
    z-index: 100;
    overflow-x: auto;
}

.main-content .idc-product-nav .idc-product-nav-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .idc-product-nav .idc-product-nav-inner a {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 73px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    cursor: pointer;
    flex-shrink: 0;
}

.main-content .idc-product-nav .idc-product-nav-inner a.active {
    color: #FF6A00;
}

.main-content .idc-product-nav .idc-product-nav-inner a.active:before {
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FF6A00;
}

.main-content .idc-product-nav .idc-product-nav-inner a:hover {
    color: #FF6A00;
}

.main-content .idc-product-nav .idc-product-nav-inner a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    opacity: 0;
    content: "";
    width: 2px;
    height: 2px;
    background: #FF6A00;
    transition: all .26s ease-out 0s;
}

.main-content .idc-product-nav .idc-product-nav-inner a:hover:before {
    opacity: 1;
    width: 30px;
}

@media (min-width: 768px) {
    .main-content .idc-product-nav {
        position: sticky;
        top: 0;
        padding: 0;
        width: 100%;
        height: 73px;
        background-color: #FFFFFF;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        box-shadow: 0px 4px 8px 0px rgba(212,212,212,0.14);
        z-index: 100;
        overflow-x: visible;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a {
        position: relative;
        display: inline-block;
        height: 100%;
        line-height: 73px;
        margin-right: 50px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        cursor: pointer;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a.active {
        color: #FF6A00;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a.active:before {
        opacity: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: "";
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #FF6A00;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a:hover {
        color: #FF6A00;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a:before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: inline-block;
        opacity: 0;
        content: "";
        width: 2px;
        height: 2px;
        background: #FF6A00;
        transition: all .26s ease-out 0s;
    }
    
    .main-content .idc-product-nav .idc-product-nav-inner a:hover:before {
        opacity: 1;
        width: 30px;
    }
}

.main-content .top-combo {
    width: 100%;
}

.main-content .top-qcloud-combo {
    background: #F9FBFF;
    padding-bottom: 70px;
}

.main-content .top-combo .top-combo-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-content .top-combo .top-combo-inner .top-combo-title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 14px;
    line-height: 28px;
}

.main-content .top-combo .top-combo-inner .top-combo-title p.desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}

.main-content .top-combo .top-combo-inner .top-combo-title p.desc a {
    display: block;
    margin-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #1467EC;
}

.main-content .top-combo .top-combo-inner .combo-city-select {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .top-combo .top-combo-inner .combo-type-select {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .top-combo .top-combo-inner .combo-type-select a:not(.more-link),
.main-content .top-combo .top-combo-inner .combo-city-select a {
    display: inline-block;
    padding: 17px 28px;
    margin-right: 7px;
    margin-bottom: 6px;
    background: #F0F0F0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #181818;
    transition-duration: 200ms;
    flex-shrink: 0;
}

.main-content .top-combo .top-combo-inner .combo-type-select a:hover,
.main-content .top-combo .top-combo-inner .combo-city-select a:hover {
    text-decoration: none;
}

.main-content .top-combo .top-combo-inner .combo-type-select a.active,
.main-content .top-combo .top-combo-inner .combo-city-select a.active {
    background: #1366EC;
    color: #fff;
}

.main-content .top-combo .top-combo-inner .combo-type-select a.more-link {
    margin-left: 20px;
    font-size: 14px;
    color: #1366EC;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a {
    display: inline-block;
    padding: 17px 45px;
    margin-right: 7px;
    margin-bottom: 6px;
    background: #F0F0F0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #181818;
    transition-duration: 200ms;
    flex-shrink: 0;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-gpu-logo {
    position: relative;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.active {
    background: #1366EC;
    color: #FFFFFF;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-nvidia:before {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto 0;
    content: "";
    width: 28px;
    height: 19px;
    background-image: url('../images/cloud/icon-nvidia.png');
    background-repeat: no-repeat;
    background-size: 28px 19px;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-huawei:before {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto 0;
    content: "";
    width: 26px;
    height: 19px;
    background-image: url('../images/cloud/icon-huawei.png');
    background-repeat: no-repeat;
    background-size: 26px 19px;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-moer:before {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto 0;
    content: "";
    width: 22px;
    height: 19px;
    background-image: url('../images/cloud/icon-moer.png');
    background-repeat: no-repeat;
    background-size: 22px 19px;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-gpu-logo {
    padding-left: 80px !important;
}

.main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-nvidia:before,
.main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-huawei:before,
.main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-moer:before {
    display: block;
}

/* qcloud begin */
.main-content .top-combo .top-combo-inner .cloud-combo-content {
    width: 100%;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo {
    position: relative;
    width: 100%;
    margin: 0 0.2% 20px 0.2%;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
    background-color: #fff;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title {
    width: 100%;
    height: 182px;
    padding: 36px 26px 0 26px;
    background-image: url('../images/cloud/cloud-combo-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title h3 {
    font-weight: 400;
    font-size: 24px;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale .old-price {
    font-size: 14px;
    color: #787878;
    text-decoration: line-through;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale .sale-tag {
    margin-left: 8px;
    background: #f8e4d6;
    border-radius: 2px;
    border: 1px solid #ffb37b;
    font-size: 16px;
    color: #ff6b01;
    font-weight: 600;
    padding: 4px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 10px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-title {
    font-size: 16px;
    color: #ff6b01;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-num {
    font-size: 48px;
    font-weight: 600;
    color: #ff6b01;
    margin-left: 8px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-unit {
    font-size: 16px;
    color: #333;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-btn {
    width: 100%;
    padding: 10px 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-btn .btn-org {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(-90deg, #FFB33C, #FF6A00);
    font-size: 18px;
    color: #FFFFFF;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration {
    position: relative;
    width: 100%;
    padding: 0 26px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .label {
    font-size: 14px;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .duration-active {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    color: #181818;
    cursor: pointer;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .duration-active::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('../images/common/price-calc-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 12px 8px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list {
    display: none;
    position: absolute;
    top: 100%;
    width: calc(100% - 46px);
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.3);
    z-index: 100;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list.show {
    display: block;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    line-height: 40px;
    font-weight: 400;
    /*font-size: 14px;*/
    /*color: #181818;*/
    cursor: pointer;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li .duration-name {
    font-size: 14px;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li .duration-tag .tag {
    background: #f8e4d6;
    border-radius: 2px;
    border: 1px solid #ffb37b;
    font-size: 14px;
    color: #ff6b01;
    font-weight: 600;
    padding: 4px;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li:hover {
    background: #FFFAF4;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li.active {
    color: #FF6A00;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option {
    padding: 35px 26px;
    display: flex;
    flex-direction: column;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 16px;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    height: 14px;
    width: 14px;
    background-image: url('../images/cloud/icon-cloud-option.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item span {
    font-weight: bold;
    color: #181818;
}
/* qcloud end */

.main-content .top-combo .top-combo-inner .top-combo-content {
    width: 100%;
}

.main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content {
    margin-top: 34px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .content-title {
    margin-top: 68px;
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #181818;
    text-align: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .content-title:before,
.main-content .top-combo .top-combo-inner .top-combo-content .content-title:after {
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    width: 35%;
    background: #EFEFEF;
}

.main-content .top-combo .top-combo-inner .top-combo-content .content-title:before {
    left: 0;
}

.main-content .top-combo .top-combo-inner .top-combo-content .content-title:after {
    right: 0;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips img {
    width: 41px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 10px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips .product-tips .tips-text {
    font-size: 14px;
    color: #787878;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list,
.main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content .combo-list,
.main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list {
    display: none;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.show,
.main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content .combo-list.show,
.main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list.show {
    display: flex;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 38px 28px;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-org:after {
    position: absolute;
    top: 10px;
    right: -22px;
    content: attr(data-activity);
    width: 90px;
    height: 26px;
    line-height: 26px;
    background-color: #FF6C3F;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(45deg);
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-yel:after {
    position: absolute;
    top: 10px;
    right: -22px;
    content: attr(data-activity);
    width: 90px;
    height: 26px;
    line-height: 26px;
    background-color: #FFBB39;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(45deg);
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-gre:after {
    position: absolute;
    top: 10px;
    right: -22px;
    content: attr(data-activity);
    width: 90px;
    height: 26px;
    line-height: 26px;
    background-color: #83CD40;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(45deg);
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title {
    width: 100%;
    overflow: hidden;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 15px;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title p.combo-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 5px;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
    height: 100px;
    width: calc(100% + 28px * 2);
    margin-left: -28px;
    margin-top: -38px;
    overflow: hidden;
} 

.main-content.q-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
    background-image: url('../images/cloud/q-cloud-combo-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 124px;
    background-position: center;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
    background-image: url('../images/cloud/ai-combo-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.huawei-list .combo .combo-bg-title {
    background-image: url('../images/cloud/ai-combo-huawei-bg.png');
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.moer-list .combo .combo-bg-title {
    background-image: url('../images/cloud/ai-combo-moer-bg.png');
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title h3 {
    padding: 0 28px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title p.combo-desc {
    padding: 0 28px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-top: 15px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item {
    position: relative;
    width: 100%;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper p {
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}


.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper.b p {
    width: 120px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-active {
    width: calc(100% - 80px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    cursor: pointer;
    padding-right: 20px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-normal {
    width: calc(100% - 80px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper.b .combo-option-item-active {
    width: calc(100% - 120px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    cursor: pointer;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper.b .combo-option-item-normal {
    width: calc(100% - 120px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-normal-blod {
    width: calc(100% - 80px);
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    word-break: break-all;
    line-height: 24px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    content: "";
    width: 12px;
    height: 8px;
    background-image: url('../images/common/icon-gray-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 12px 8px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
    padding: 18px 0;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper p {
    width: 100%;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper .combo-option-item-normal {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper {
    display: none;
    position: absolute;
    top: 110%;
    width: 100%;
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
    z-index: 100;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0 25px;
    overflow: hidden;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    cursor: pointer;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li:hover {
    background: #FFFAF4;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li.active {
    color: #FF6A00;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper.show {
    display: block;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-tag {
    width: 100%;
    min-height: 54px;
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-tag span {
    display: block;
    padding: 4px 7px;
    background: #EFF3FF;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn,
.main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn {
    margin-top: 20px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-price {
    width: 180px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-btn .btn-org {
    width: 96px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    background: #FF6A00;
    text-align: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price {
    width: 100%;
    min-height: 48px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 24px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #FF7E24;
    line-height: 1;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
    font-size: 24px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price.s .price .num span {
    font-size: 18px;
    font-weight: 500;
}

.main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span,
.main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
    font-size: 18px;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price.hide {
    display: none;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price .title {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price .num {
    line-height: 1;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-decoration: line-through;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a {
    width: 45%;
    padding: 11px 0;
    text-align: center;
    overflow: hidden;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-default {
    border: 1px solid #A1A1A1;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    transition: all .3s 0s;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-default:hover {
    border-color: #FF6A00;
    color: #FF6A00;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-org {
    background: linear-gradient(-90deg, #FFB33C, #FF6A00);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a:hover {
    text-decoration: none;
}

.main-content .top-combo .top-combo-inner .top-combo-bottom-tips {
    margin-top: 10px;
    color: #48a150;
    font-size: 12px;
}

.main-content .top-combo .top-combo-inner .top-combo-bottom-tips a {
    color: #1366EC;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .main-content .top-combo {
        width: 100%;
    }
    
    .main-content .top-qcloud-combo {
        background: #F9FBFF;
        padding-bottom: 70px;
    }
    
    .main-content .top-combo .top-combo-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        padding-top: 70px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 21px;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-title p.desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
        margin-bottom: 31px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-title p.desc a {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1467EC;
    }
    
    .main-content .top-combo .top-combo-inner .combo-city-select {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-select {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-select a:not(.more-link),
    .main-content .top-combo .top-combo-inner .combo-city-select a {
        display: inline-block;
        padding: 17px 28px;
        margin-right: 7px;
        margin-bottom: 6px;
        background: #F0F0F0;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #181818;
        transition-duration: 200ms;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-select a:hover,
    .main-content .top-combo .top-combo-inner .combo-city-select a:hover {
        text-decoration: none;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-select a.active,
    .main-content .top-combo .top-combo-inner .combo-city-select a.active {
        background: #1366EC;
        color: #fff;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-select a.more-link {
        margin-left: 20px;
        font-size: 14px;
        color: #1366EC;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a {
        display: inline-block;
        padding: 17px 45px;
        margin-right: 7px;
        margin-bottom: 6px;
        background: #F0F0F0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #181818;
        transition-duration: 200ms;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.more-combo {
        color: #1366EC;
        font-weight: 400;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-gpu-logo {
        position: relative;
        /*padding-left: 56px !important;*/
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.active {
        background: #1366EC;
        color: #FFFFFF;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-nvidia:before {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        margin: auto 0;
        content: "";
        width: 28px;
        height: 19px;
        background-image: url('../images/cloud/icon-nvidia.png');
        background-repeat: no-repeat;
        background-size: 28px 19px;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-huawei:before {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        margin: auto 0;
        content: "";
        width: 26px;
        height: 19px;
        background-image: url('../images/cloud/icon-huawei.png');
        background-repeat: no-repeat;
        background-size: 26px 19px;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.icon-moer:before {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        margin: auto 0;
        content: "";
        width: 22px;
        height: 19px;
        background-image: url('../images/cloud/icon-moer.png');
        background-repeat: no-repeat;
        background-size: 22px 19px;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-gpu-logo {
        padding-left: 80px !important;
    }
    
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-nvidia:before,
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-huawei:before,
    .main-content .top-combo .top-combo-inner .combo-type-image-select a.active.icon-moer:before {
        display: block;
    }
    
    /* qcloud begin */
    .main-content .top-combo .top-combo-inner .cloud-combo-content {
        width: 100%;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list {
        width: 100%;
        margin-top: 48px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo {
        position: relative;
        width: 24.6%;
        margin: 0 0.2% 0 0.2%;
        border: 1px solid #dcdcdc;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 1;
        background-color: #fff;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title {
        width: 100%;
        height: 182px;
        padding: 36px 26px 0 26px;
        background-image: url('../images/cloud/cloud-combo-bg.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title h3 {
        font-weight: 400;
        font-size: 24px;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale {
        margin-top: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale .old-price {
        font-size: 14px;
        color: #787878;
        text-decoration: line-through;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price-sale .sale-tag {
        margin-left: 8px;
        background: #f8e4d6;
        border-radius: 2px;
        border: 1px solid #ffb37b;
        font-size: 16px;
        color: #ff6b01;
        font-weight: 600;
        padding: 4px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-top: 10px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-title {
        font-size: 16px;
        color: #ff6b01;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-num {
        font-size: 48px;
        font-weight: 600;
        color: #ff6b01;
        margin-left: 8px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-bg-title .price .price-unit {
        font-size: 16px;
        color: #333;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-btn {
        width: 100%;
        padding: 10px 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-btn .btn-org {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: linear-gradient(-90deg, #FFB33C, #FF6A00);
        font-size: 18px;
        color: #FFFFFF;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration {
        position: relative;
        width: 100%;
        padding: 0 26px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .label {
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .duration-active {
        position: relative;
        padding-right: 24px;
        font-size: 14px;
        color: #181818;
        cursor: pointer;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .combo-duration-inner .duration-active::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4px;
        margin: auto;
        content: "";
        display: block;
        width: 12px;
        height: 8px;
        background-image: url('../images/common/price-calc-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 12px 8px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list {
        display: none;
        position: absolute;
        top: 100%;
        width: calc(100% - 46px);
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.3);
        z-index: 100;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list.show {
        display: block;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        line-height: 40px;
        font-weight: 400;
        /*font-size: 14px;*/
        /*color: #181818;*/
        cursor: pointer;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li .duration-name {
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li .duration-tag .tag {
        background: #f8e4d6;
        border-radius: 2px;
        border: 1px solid #ffb37b;
        font-size: 14px;
        color: #ff6b01;
        font-weight: 600;
        padding: 4px;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li:hover {
        background: #FFFAF4;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-duration .duration-list li.active {
        color: #FF6A00;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option {
        padding: 35px 26px;
        display: flex;
        flex-direction: column;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item {
        position: relative;
        margin-bottom: 20px;
        padding-left: 35px;
        font-size: 16px;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item::before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        left: 5px;
        margin: auto;
        height: 14px;
        width: 14px;
        background-image: url('../images/cloud/icon-cloud-option.png');
        background-repeat: no-repeat;
        background-size: 14px 14px;
    }
    
    .main-content .top-combo .top-combo-inner .cloud-combo-content .combo-list .combo .combo-option .combo-option-item span {
        font-weight: bold;
        color: #181818;
    }
    /* qcloud end */
    
    .main-content .top-combo .top-combo-inner .top-combo-content {
        width: 100%;
    }
    
    .main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content {
        margin-top: 34px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .content-title {
        margin-top: 68px;
        position: relative;
        width: 100%;
        font-size: 24px;
        font-weight: 600;
        color: #181818;
        text-align: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .content-title:before,
    .main-content .top-combo .top-combo-inner .top-combo-content .content-title:after {
        position: absolute;
        top: 50%;
        content: "";
        height: 1px;
        width: 35%;
        background: #EFEFEF;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .content-title:before {
        left: 0;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .content-title:after {
        right: 0;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product {
        height: 450px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FAFAFA;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips img {
        width: 41px;
        height: 48px;
        object-fit: contain;
        margin-bottom: 10px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list.no-product .no-product-tips .product-tips .tips-text {
        font-size: 14px;
        color: #787878;
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list,
    .main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content .combo-list,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list {
        display: none;
    }
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.show,
    .main-content.idc-zuyong .top-combo .top-combo-inner .top-combo-content .combo-list.show,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list.show {
        display: flex;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo {
        position: relative;
        width: 24.6%;
        margin: 0 0.2% 0 0.2%;
        padding: 38px 28px;
        border: 1px solid #EFEFEF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-org:after {
        position: absolute;
        top: 10px;
        right: -26px;
        content: attr(data-activity);
        width: 106px;
        height: 32px;
        line-height: 32px;
        background-color: #FF6C3F;
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        text-align: center;
        transform: rotate(45deg);
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-yel:after {
        position: absolute;
        top: 10px;
        right: -26px;
        content: attr(data-activity);
        width: 106px;
        height: 32px;
        line-height: 32px;
        background-color: #FFBB39;
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        text-align: center;
        transform: rotate(45deg);
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo.combo-activity-gre:after {
        position: absolute;
        top: 10px;
        right: -26px;
        content: attr(data-activity);
        width: 106px;
        height: 32px;
        line-height: 32px;
        background-color: #83CD40;
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        text-align: center;
        transform: rotate(45deg);
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title {
        width: 100%;
        overflow: hidden;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title h3 {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-title p.combo-desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        margin-bottom: 5px;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
        height: 124px;
        width: calc(100% + 28px * 2);
        margin-left: -28px;
        margin-top: -38px;
        overflow: hidden;
    } 
    
    .main-content.q-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
        background-image: url('../images/cloud/q-cloud-combo-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 124px;
        background-position: center;
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title {
        background-image: url('../images/cloud/ai-combo-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 124px;
        background-position: center;
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.huawei-list .combo .combo-bg-title {
        background-image: url('../images/cloud/ai-combo-huawei-bg.png');
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list.moer-list .combo .combo-bg-title {
        background-image: url('../images/cloud/ai-combo-moer-bg.png');
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title h3 {
        padding: 0 28px;
        margin-top: 38px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-bg-title p.combo-desc {
        padding: 0 28px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        margin-top: 15px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item {
        position: relative;
        width: 100%;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 4px;
        padding: 20px 0;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper p {
        width: 80px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-active {
        width: calc(100% - 80px);
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        cursor: pointer;
        padding-right: 20px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-normal {
        width: calc(100% - 80px);
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-normal-blod {
        width: calc(100% - 80px);
        font-size: 18px;
        font-weight: 600;
        color: #181818;
        word-break: break-all;
        line-height: 24px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-wrapper .combo-option-item-active:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 11px;
        margin: auto;
        content: "";
        width: 12px;
        height: 8px;
        background-image: url('../images/common/icon-gray-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 12px 8px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 4px;
        padding: 18px 0;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper p {
        width: 100%;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-item-column-wrapper .combo-option-item-normal {
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper {
        display: none;
        position: absolute;
        top: 110%;
        width: 100%;
        padding: 10px 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
        z-index: 100;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 0 25px;
        overflow: hidden;
        line-height: 40px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        cursor: pointer;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li:hover {
        background: #FFFAF4;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper li.active {
        color: #FF6A00;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-option .combo-option-item .combo-option-select-list-wrapper.show {
        display: block;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-tag {
        width: 100%;
        min-height: 54px;
        margin: 14px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-tag span {
        display: block;
        padding: 4px 7px;
        background: #EFF3FF;
        margin-right: 5px;
        margin-bottom: 7px;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn {
        margin-top: 20px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-price {
        width: 180px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price-btn .combo-btn .btn-org {
        width: 96px;
        padding: 13px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
        background: #FF6A00;
        text-align: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price {
        width: 100%;
        min-height: 48px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price {
        width: 100%;
        height: auto;
        min-height: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num {
        margin-left: 11px;
        font-size: 14px;
        font-weight: 600;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
        font-size: 24px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price.s .price .num span {
        font-size: 18px;
        font-weight: 500;
    }
    
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
        font-size: 18px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price {
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price .title {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .old-price .num {
        line-height: 1;
        margin-left: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-decoration: line-through;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a {
        width: 45%;
        padding: 11px 0;
        text-align: center;
        overflow: hidden;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-default {
        border: 1px solid #A1A1A1;
        background: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        transition: all .3s 0s;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-default:hover {
        border-color: #FF6A00;
        color: #FF6A00;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a.btn-org {
        background: linear-gradient(-90deg, #FFB33C, #FF6A00);
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-btns a:hover {
        text-decoration: none;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-bottom-tips {
        margin-top: 20px;
        color: #48a150;
        font-size: 12px;
    }
    
    .main-content .top-combo .top-combo-inner .top-combo-bottom-tips a {
        color: #1366EC;
        text-decoration: underline;
    }
}

@media (min-width: 1600px) {
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .main-content.ai-cloud .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span,
    .main-content.ssl-product .top-combo .top-combo-inner .top-combo-content .combo-list .combo .combo-price .price .num span {
        font-size: 18px;
    }
}

.main-content .step {
    width: 100%;
    padding-top: 40px;
}

.main-content .step .title {
    width: 100%;
    margin-bottom: 18px;
}

.main-content .step .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1;
}

.main-content .step .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.main-content .step .step-content-wrapper {
    width: 100%;
    background: #FAFAFA;
}

.main-content .step .step-qcloud-content-wrapper {
    background: #FFFFFF;
}

.main-content .step .step-content-wrapper .step-content {
    width: calc(100% - var(--grid-margin) * 2);
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .step .step-content-wrapper .step-content .step-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-video {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-video:before {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.1s;
    border: 1px solid #FFFFFF;
}

.main-content .step .step-content-wrapper .step-content .step-item:hover .step-video:before {
    opacity: 1;
    width: 88%;
    height: 80%;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-video img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-video .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 20px;
    background-image: url('../images/common/icon-play-btn.png');
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center;
    opacity: 0.5;
    transition: opacity 0.3s 0.1s;
}

.main-content .step .step-content-wrapper .step-content .step-item:hover .step-video .play-btn {
    opacity: 1;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-img {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-img img {
    width: 100%;
    height: auto;
    
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num {
    /*position: relative;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -46px;
    margin: auto;
    content: "";
    width: calc(100% + 46px);
    height: 1px;
    background: #EFEFEF;
    z-index: 1;
}

.main-content .step .step-content-wrapper .step-content .step-item:first-child .step-num-wrapper:before {
    left: calc(-76px - var(--grid-margin));
    width: calc(100% + 46px + 46px + 30px + var(--grid-margin));
}

.main-content .step .step-content-wrapper .step-content .step-item:last-child .step-num-wrapper:before {
    width: calc(100% + 46px + 46px + 30px + var(--grid-margin));
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .num {
    width: 36px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #FAFAFA;
    background: #FFB47F;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 2;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .left-dot,
.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .right-dot {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 14px;
    height: 14px;
    background: #B0B0B0;
    border: 4px solid #FAFAFA;
    border-radius: 50%;
    z-index: 2;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .left-dot {
    left: 30%;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num  .right-dot {
    right: 30%;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text {
    position: relative;
    margin-top: 10px;
    padding: 0 10px;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text p {
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    text-align: left;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text p.step-more-tips {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text p.step-more-tips:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 16px;
    height: 26px;
    background: url('../images/common/icon-tips.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: -20px;
    width: calc(100% + 40px);
    padding: 15px 20px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info .step-more-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #191919;
}

.main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info .step-more-text {
    line-height: 24px;
    font-size: 14px;
    color: #191919;
}

@media (min-width: 768px) {
    .main-content .step {
        width: 100%;
        padding-top: 90px;
    }
    
    .main-content .step .title {
        width: 100%;
        margin-bottom: 48px;
    }
    
    .main-content .step .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        margin-bottom: 21px;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .step .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
        padding: 0;
    }
    
    .main-content .step .step-content-wrapper {
        width: 100%;
        background: #FAFAFA;
    }
    
    .main-content .step .step-qcloud-content-wrapper {
        background: #FFFFFF;
    }
    
    .main-content .step .step-content-wrapper .step-content {
        width: calc(100% - var(--grid-margin) * 2);
        margin: auto;
        padding-top: 73px;
        padding-bottom: 87px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item {
        width: 20%;
        padding-left: 46px;
        padding-right: 46px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item.step-item-4 {
        width: 25% !important;
        padding-left: 66px !important;
        padding-right: 66px !important;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-video {
        position: relative;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-video:before {
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        transition: all 0.3s 0.1s;
        border: 1px solid #FFFFFF;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item:hover .step-video:before {
        opacity: 1;
        width: 88%;
        height: 80%;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-video img {
        width: 100%;
        height: 148px;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-video .play-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 23px;
        height: 25px;
        background-image: url('../images/common/icon-play-btn.png');
        background-repeat: no-repeat;
        background-size: 23px 25px;
        background-position: center;
        opacity: 0.5;
        transition: opacity 0.3s 0.1s;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item:hover .step-video .play-btn {
        opacity: 1;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-img {
        position: relative;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-img img {
        width: 100%;
        height: 148px;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper {
        position: relative;
        width: 100%;
        margin-top: 36px;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num {
        /*position: relative;*/
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -46px;
        margin: auto;
        content: "";
        width: calc(100% + 46px + 46px);
        height: 1px;
        background: #EFEFEF;
        z-index: 1;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item:first-child .step-num-wrapper:before {
        left: calc(-76px - var(--grid-margin));
        width: calc(100% + 46px + 46px + 30px + var(--grid-margin));
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item:last-child .step-num-wrapper:before {
        width: calc(100% + 46px + 46px + 30px + var(--grid-margin));
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item-4 .step-num-wrapper:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -66px;
        margin: auto;
        content: "";
        width: calc(100% + 66px + 66px);
        height: 1px;
        background: #EFEFEF;
        z-index: 1;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item-4:first-child .step-num-wrapper:before {
        left: calc(-96px - var(--grid-margin));
        width: calc(100% + 66px + 66px + 30px + var(--grid-margin));
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item-4:last-child .step-num-wrapper:before {
        width: calc(100% + 66px + 66px + 30px + var(--grid-margin));
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .num {
        width: 51px;
        height: 51px;
        line-height: 39px;
        text-align: center;
        border-radius: 50%;
        border: 6px solid #FAFAFA;
        background: #FFB47F;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        z-index: 2;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .left-dot,
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .right-dot {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 14px;
        height: 14px;
        background: #B0B0B0;
        border: 4px solid #FAFAFA;
        border-radius: 50%;
        z-index: 2;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num .left-dot {
        left: 28%;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-num-wrapper .step-num  .right-dot {
        right: 28%;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text {
        position: relative;
        margin-top: 15px;
        padding: 0 20px;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text p {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 26px;
        text-align: left;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text p.step-more-tips {
        position: relative;
        padding-right: 20px;
        cursor: pointer;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text p.step-more-tips:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        display: block;
        width: 16px;
        height: 26px;
        background: url('../images/common/icon-tips.png');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 40px;
        left: -20px;
        width: calc(100% + 40px);
        padding: 15px 20px;
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
        border-radius: 4px;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info .step-more-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #191919;
    }
    
    .main-content .step .step-content-wrapper .step-content .step-item .step-text .step-more-info .step-more-text {
        line-height: 24px;
        font-size: 14px;
        color: #191919;
    }
}

.main-content .datacenter-recommand {
    width: 100%;
    margin-top: 40px;
}

.main-content .datacenter-recommand .title {
    width: calc(100% - var(--grid-margin) * 2);
    margin: auto;
}

.main-content .datacenter-recommand .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 1;
    margin-bottom: 18px;
}

.main-content .datacenter-recommand .title .desc{
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.main-content .datacenter-recommand .recommand-content {
    width: 100%;
    margin-top: 40px;
}

.main-content .datacenter-recommand .recommand-content .recommand-menu {
    width: calc(100% - var(--grid-margin) * 2);
    margin: auto;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .datacenter-recommand .recommand-content .recommand-menu .recommand-menu-item {
    padding: 17px 28px;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    background: #F0F0F0;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
}

.main-content .datacenter-recommand .recommand-content .recommand-menu .recommand-menu-item.active {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper {
    width: 100%;
    margin-top: 20px;
    background: rgba(248,248,248,0);
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item.show {
    display: flex;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #EFEFEF;
    overflow: hidden;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left:before {
    position: absolute;
    top: -64px;
    right: -64px;
    content: attr(data-tag);
    display: block;
    width: 125px;
    height: 125px;
    background: #19B1FF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 212px;
    transform: rotate(45deg);
    z-index: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left.yel:before {
    background: #FFB638;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper {
    position: relative;
    height: 280px;
    width: 100%;
    cursor: pointer;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper .datacenter-play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    opacity: 0.5;
    transition: opacity 0.3s 0.1s;
    background-image: url('../images/common/icon-circle-play.png');
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper:hover .datacenter-play-btn {
    opacity: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip {
    position: relative;
    margin-top: 16px;
    padding-left: 42px;
    height: 22px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 24px;
    height: 19px;
    background-image: url('../images/common/icon-datacenter-ip.png');
    background-repeat: no-repeat;
    background-size: 24px 19px;
    background-position: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip a {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 22px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip a:hover {
    text-decoration: none;
    color: #1366EC;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .blue-btn {
    width: 48%;
    margin-right: 1%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6A00;
    text-align: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .default-btn {
    width: 48%;
    height: 48px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
    text-align: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .default-btn:hover {
    background: #FF6A00;
    color: #FFFFFF;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns a:hover {
    text-decoration: none;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info {
    width: 100%;
    margin-top: 20px;
    padding: 0 31px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro {
    width: 100%;
    
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro h2 {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #181818;
    margin-bottom: 28px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro p {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 22px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .tag-title {
    font-size: 14px;
    font-weight: 600;
    color: #181818;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item {
    width: 32%;
    height: 160px;
    margin-top: 20px;
    margin-right: 1.33%;
    padding-top: 32px;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item img {
    height: 27px;
    width: auto;
    margin-bottom: 16px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item b {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item p {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 18px;
    text-align: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
    font-weight: 400;
    color: #181818;
    font-weight: 400;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top .price-tips {
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    text-decoration: underline;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top p.price {
    margin-left: 14px;
    padding: 5px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF7919, #FFA301);
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top .price span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #F9F9F9;
    padding: 10px 22px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content {
    width: 100%;
    margin-bottom: 20px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content:last-child {
    margin-bottom: 0;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content .spu-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-bottom: 8px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content .spu-text {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns {
    width: 100%;
    margin-top: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .org-btn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6A00;
    text-align: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .default-btn {
    position: relative;
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    text-align: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .default-btn:before {
    position: absolute;
    top: -8px;
    right: -10px;
    padding: 4px 12px;
    line-height: 1;
    content: '\0031\0076\0031';
    font-size: 10px;
    color: #fff;
    background: #FF6A00;
    border-radius: 8px;
}

/* 租用 */
.main-content.idc-zuyong .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
    padding-right: 0;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title {
    margin-top: 25px;
    width: 100%;
    padding: 26px 28px 26px 20px;
    border: 1px solid #E7E7E7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title b {
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title a {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title a:hover {
    text-decoration: none;
    color: #FF6A00;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper {
    width: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option {
    width: 100%;
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item {
    margin-top: 8px;
    padding: 0 16px;
    border-right: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item:last-child {
    border-right: none;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item .combo-title {
    margin-bottom: 14px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item .combo-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price {
    width: 100%;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price p {
    line-height: 1;
    font-weight: 400;
    color: #181818;
    font-size: 14px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price p span {
    font-size: 22px;
    color: #FF6A00;
}

@media (min-width: 768px) {
    .main-content .datacenter-recommand {
        width: 100%;
        margin-top: 100px;
    }
    
    .main-content .datacenter-recommand .title {
        width: calc(100% - var(--grid-margin) * 2);
        margin: auto;
    }
    
    .main-content .datacenter-recommand .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        line-height: 1;
        margin-bottom: 21px;
    }
    
    .main-content .datacenter-recommand .title .desc{
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .main-content .datacenter-recommand .recommand-content {
        width: 100%;
        margin-top: 40px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-menu {
        width: calc(100% - var(--grid-margin) * 2);
        margin: auto;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-menu .recommand-menu-item {
        padding: 17px 28px;
        margin: 0 4px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        background: #F0F0F0;
        cursor: pointer;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-menu .recommand-menu-item.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper {
        width: 100%;
        margin-top: 33px;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        background: rgba(248,248,248,0);
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: none;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item.show {
        display: flex;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        border-right: 1px solid #EFEFEF;
        overflow: hidden;
        -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left:before {
        position: absolute;
        top: -64px;
        right: -64px;
        content: attr(data-tag);
        display: block;
        width: 125px;
        height: 125px;
        background: #19B1FF;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 212px;
        transform: rotate(45deg);
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left.yel:before {
        background: #FFB638;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper {
        position: relative;
        height: 480px;
        width: 100%;
        cursor: pointer;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper .datacenter-play-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 64px;
        height: 64px;
        opacity: 0.5;
        transition: opacity 0.3s 0.1s;
        background-image: url('../images/common/icon-circle-play.png');
        background-repeat: no-repeat;
        background-size: 64px 64px;
        background-position: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .img-wrapper:hover .datacenter-play-btn {
        opacity: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip {
        position: relative;
        margin-top: 16px;
        padding-left: 42px;
        height: 22px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: block;
        width: 24px;
        height: 19px;
        background-image: url('../images/common/icon-datacenter-ip.png');
        background-repeat: no-repeat;
        background-size: 24px 19px;
        background-position: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip a {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 22px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .test-ip a:hover {
        text-decoration: none;
        color: #1366EC;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns {
        margin-top: 36px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .blue-btn {
        width: 49.5%;
        margin-right: 1%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        background: #FF6A00;
        text-align: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .default-btn {
        width: 49.5%;
        height: 48px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        background: #FFFFFF;
        border: 1px solid #FF6A00;
        text-align: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns .default-btn:hover {
        background: #FF6A00;
        color: #FFFFFF;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-img .datacenter-btns a:hover {
        text-decoration: none;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info {
        width: 50%;
        margin-top: 0;
        padding: 0 31px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro {
        width: 100%;
        
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro h2 {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #181818;
        margin-bottom: 28px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-intro p {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 22px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 60px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .tag-title {
        font-size: 14px;
        font-weight: 600;
        color: #181818;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list {
        width: 100%;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item {
        width: 32%;
        height: 160px;
        margin-top: 20px;
        margin-right: 1.33%;
        padding-top: 32px;
        border: 1px solid #EFEFEF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item img {
        height: 27px;
        width: auto;
        margin-bottom: 16px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item b {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left .datacenter-info .info-tag .info-tag-list .tag-item p {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 18px;
        text-align: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 16px;
        border-bottom: 1px solid #ECECEC;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top {
        width: 100%;
        margin-bottom: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
        font-weight: 400;
        color: #181818;
        font-weight: 400;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top .price-tips {
        margin-left: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        text-decoration: underline;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top p.price {
        margin-left: 14px;
        padding: 5px 16px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        background: linear-gradient(90deg, #FF7919, #FFA301);
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top .price span {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        background: #F9F9F9;
        padding: 10px 22px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 50%;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content:last-child {
        margin-bottom: 0;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content .spu-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        margin-bottom: 8px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-spu .spu .spu-content .spu-text {
        font-size: 16px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns {
        width: 100%;
        margin-top: 14px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .org-btn {
        width: 45%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        background: #FF6A00;
        text-align: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .default-btn {
        position: relative;
        width: 45%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        border: 1px solid #FF6A00;
        text-align: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-btns .default-btn:before {
        position: absolute;
        top: -8px;
        right: -10px;
        padding: 4px 12px;
        line-height: 1;
        content: '\0031\0076\0031';
        font-size: 10px;
        color: #fff;
        background: #FF6A00;
        border-radius: 8px;
    }
    
    /* 租用 */
    .main-content.idc-zuyong .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        padding-right: 0;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title {
        margin-top: 25px;
        width: 100%;
        padding: 26px 28px 26px 20px;
        border: 1px solid #E7E7E7;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title b {
        font-size: 14px;
        font-weight: 500;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title a {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-title a:hover {
        text-decoration: none;
        color: #FF6A00;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper {
        width: 100%;
        margin-top: 10px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #ECECEC;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option {
        width: 100%;
        margin-top: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item {
        margin-top: 8px;
        padding: 0 16px;
        border-right: 1px solid #E7E7E7;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item:last-child {
        border-right: none;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item .combo-title {
        margin-bottom: 14px;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-option-item .combo-text {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price {
        width: 100%;
        padding-left: 20px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price p {
        line-height: 1;
        font-weight: 400;
        color: #181818;
        font-size: 14px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-zuyong-combo-wrapper .datacenter-zuyong-combo .combo-price p span {
        font-size: 22px;
        color: #FF6A00;
    }
}

@media (min-width: 1200px){
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
        width: 780px;
        padding: 47px 0;
        
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        width: calc(100% - 780px);
        padding: 0 20px 47px 20px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
        font-size: 18px;
    }
}
    
@media (min-width: 1500px){
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
        width: 800px;
        padding: 47px 0;
        
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        width: calc(100% - 800px);
        padding: 0 24px 47px 24px;
    }
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
        font-size: 22px;
    }
}

@media (min-width: 1600px){
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
        width: 860px;
        padding: 47px 0;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        width: calc(100% - 860px);
        padding: 0 30px 47px 30px;
    }
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
        font-size: 24px;
    }
}

@media (min-width: 1800px){
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-left {
        width: 920px;
        padding: 47px 0;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        width: calc(100% - 920px);
        padding: 0 37px 47px 37px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-combo-wrapper .datacenter-combo .combo-top b {
        font-size: 24px;
    }
}

.main-content .advantage {
    padding-top: 60px;
    width: 100%;
}

.main-content .advantage .advantage-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .advantage .advantage-inner .title {
    width: 100%;
}

.main-content .advantage .advantage-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .advantage .advantage-inner .advantage-content {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 10px 20px 10px;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .img-wrapper {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .img-wrapper img {
    height: 100%;
    object-fit: scale-down;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text {
    width: 100%;
    margin-top: 20px;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text b {
    display: inline-block;
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 16px;
}

.main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .main-content .advantage {
        padding-top: 100px;
        width: 100%;
    }
    
    .main-content .advantage .advantage-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .advantage .advantage-inner .title {
        width: 100%;
    }
    
    .main-content .advantage .advantage-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
    }
    
    .main-content .advantage .advantage-inner .advantage-content {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        border-top: 1px solid #EFEFEF;
        border-right: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        border-bottom: none;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        border-bottom: 1px solid #EFEFEF;
        padding: 40px 40px 40px 80px;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item:nth-child(odd) {
        border-right: 1px solid #EFEFEF;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item .img-wrapper {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text {
        width: calc(100% - 240px);
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text b {
        display: inline-block;
        margin-bottom: 28px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        margin-bottom: 16px;
    }
    
    .main-content .advantage .advantage-inner .advantage-content .advantage-item .advantage-item-text p:last-child {
        margin-bottom: 0;
    }
}

.main-content .maintenance {
    width: 100%;
    margin-top: 60px;
}

.main-content .maintenance .maintenance-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .maintenance .maintenance-inner .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .maintenance .maintenance-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
}

.main-content .maintenance .maintenance-inner .maintenance-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #FFBB89;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-menu {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFCBA5;
    border-right: 1px solid #FFBB89;
    font-size: 16px;
    color: #181818;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-content {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFCBA5;
    border-right: 1px solid #FFBB89;
    font-size: 16px;
    color: #181818;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 .table-top-service-title,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 .table-top-service-title,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 .table-top-service-title {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    border-bottom: 1px solid #FFBB89;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 .table-top-service-expense,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 .table-top-service-expense,
.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 .table-top-service-expense {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 {
    border-right: 1px solid #FFBB89;
    background: #FFDFB5;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 {
    border-right: 1px solid #FFBB89;
    background: #FFDFA0;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 {
    background: #FFDFB5;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20%;
    padding: 28px 0;
    border-right: 1px solid #F0F0F0;
    background: #FDFDFD;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item {
    position: relative;
    width: 100%;
    margin: 16px 0;
    padding-left: 6px;
    padding-right: 6px;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item a {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item a:hover {
    text-decoration: none;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item.active:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 4px;
    height: 12px;
    background: #FF6A00;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item.active a {
    color: #FF6A00;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-wrapper {
    width: 80%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details {
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details.show {
    display: flex;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row.border-bottom-none {
    border-bottom: none;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-content {
    width: 43.75%;
    border-right: 1px solid #F0F0F0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service1-content,
.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service2-content,
.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service3-content {
    width: 18.75%;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service1-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service2-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .maintenance .maintenance-inner .maintenance-table .table-content .green {
    color: #69C14B !important;
}

@media (min-width: 768px) {
    .main-content .maintenance {
        width: 100%;
        margin-top: 100px;
    }
    
    .main-content .maintenance .maintenance-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .maintenance .maintenance-inner .title {
        width: 100%;
        margin-bottom: 100px;
    }
    
    .main-content .maintenance .maintenance-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border: 1px solid #FFBB89;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-menu {
        width: 20%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #FFCBA5;
        padding-left: 30px;
        border-right: 1px solid #FFBB89;
        font-size: 16px;
        color: #181818;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-content {
        width: 35%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #FFCBA5;
        padding-left: 30px;
        border-right: 1px solid #FFBB89;
        font-size: 16px;
        color: #181818;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 {
        width: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 .table-top-service-title,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 .table-top-service-title,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 .table-top-service-title {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        padding-right: 0;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        border-bottom: 1px solid #FFBB89;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 .table-top-service-expense,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 .table-top-service-expense,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 .table-top-service-expense {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        padding-right: 0;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-1 {
        border-right: 1px solid #FFBB89;
        background: #FFDFB5;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-2 {
        border-right: 1px solid #FFBB89;
        background: #FFDFA0;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-top .table-top-service-3 {
        background: #FFDFB5;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        border-right: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 20%;
        padding: 28px 0;
        border-right: 1px solid #F0F0F0;
        background: #FDFDFD;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item {
        position: relative;
        width: 100%;
        margin: 16px 0;
        padding-left: 30px;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item a {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item a:hover {
        text-decoration: none;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item.active:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        display: block;
        width: 4px;
        height: 12px;
        background: #FF6A00;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-menu-list .table-menu-item.active a {
        color: #FF6A00;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-wrapper {
        width: 80%;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details {
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details.show {
        display: flex;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row.border-bottom-none {
        border-bottom: none;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-content {
        width: 43.75%;
        border-right: 1px solid #F0F0F0;
        padding-left: 30px;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service1-content,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service2-content,
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service3-content {
        width: 18.75%;
        padding-left: 30px;
        padding-top: 18px;
        padding-bottom: 18px;
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service1-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .table-service-details .table-service-row .detail-service2-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .maintenance .maintenance-inner .maintenance-table .table-content .green {
        color: #69C14B !important;
    }
}

/* 场景模块 begin */
.main-content .sence {
    width: 100%;
    padding-top: 80px;
}

.main-content .sence .title {
    width: 100%;
    margin: auto;
}

.main-content .sence .title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
}

.main-content .sence .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
}

.main-content .sence .sence-menu {
    width: calc(100% - var(--grid-style2-margin) *2);
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .sence .sence-menu a {
    display: block;
    margin-right: 10px;
    padding: 18px 48px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    background: #F0F0F0;
    line-height: 1;
    flex-shrink: 0;
}

.main-content .sence .sence-menu a:hover {
    text-decoration: none;
}

.main-content .sence .sence-menu a.active {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .sence .sence-content-wrapper {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: rgba(248,248,248,0);
}

.main-content .sence .sence-content-wrapper .sence-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item {
    width: 100%;
    display: none;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item.show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-left {
    width: 100%;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-left .gplot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: 1px solid #EFEFEF;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 30px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item {
    width: 100%;
    margin-bottom: 25px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-title {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: "";
    width: 17px;
    height: 16px;
    background-image: url('../images/sence/icon-advantage.png');
    background-repeat: no-repeat;
    background-size: 17px 16px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products {
    width: 100%;
    padding-top: 30px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 32px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item {
    width: 24%;
    padding: 0 3%;
    min-width: 120px;
    height: 64px;
    margin: 3px 0.5%;
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item .img-wrapper {
    width: auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item b {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

@media (min-width: 768px) {
    .main-content .sence {
        width: 100%;
        padding-top: 120px;
    }
    
    .main-content .sence .title {
        width: 100%;
        margin: auto;
    }
    
    .main-content .sence .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .main-content .sence .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
    }
    
    .main-content .sence .sence-menu {
        width: calc(100% - var(--grid-style2-margin) *2);
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .sence .sence-menu a {
        display: block;
        margin-right: 10px;
        padding: 18px 48px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        background: #F0F0F0;
        line-height: 1;
        flex-shrink: 0;
    }
    
    .main-content .sence .sence-menu a:hover {
        text-decoration: none;
    }
    
    .main-content .sence .sence-menu a.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .sence .sence-content-wrapper {
        width: 100%;
        margin-top: 40px;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        background: rgba(248,248,248,0);
    }
    
    .main-content .sence .sence-content-wrapper .sence-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item {
        width: 100%;
        display: none;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item.show {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-left {
        width: 50%;
        padding-right: 2%;
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-left .gplot img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right {
        width: 50%;
        padding-right: 0;
        padding-left: 2%;
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-left: 1px solid #EFEFEF;
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 32px;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro h4 {
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 32px;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-title {
        position: relative;
        padding-left: 26px;
        font-size: 14px;
        font-weight: 500;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        content: "";
        width: 17px;
        height: 16px;
        background-image: url('../images/sence/icon-advantage.png');
        background-repeat: no-repeat;
        background-size: 17px 16px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage .sence-advantage-list .sence-advantage-item .advantage-item-desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products {
        width: 100%;
        padding-top: 30px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 32px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item {
        width: 24%;
        padding: 0 3%;
        min-width: 0;
        height: 64px;
        margin: 3px 0.5%;
        border: 1px solid #EFEFEF;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item .img-wrapper {
        width: auto;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
    }
    
    .main-content .sence .sence-content-wrapper .sence-list .sence-item .sence-content-right .related-products .related-products-list .related-product-item b {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
}
/* 场景模块 end */

.main-content .case {
    width: 100%;
    padding-top: 60px;
}

.main-content .case .case-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .case .case-inner .title {
    width: 100%;
    margin-bottom: 20px;
}

.main-content .case .case-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .case .case-inner .case-content {
    position: relative;
    width: 100%;
    padding: 0 10px;
    min-height: 420px;
    overflow: hidden;
}

.main-content .case .case-inner .case-content .case-list {
    width: 100%;
    height: 100%;
}

.main-content .case .case-inner .case-content .case-list .case-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-left {
    display: none;
    width: 50%;
    height: 100%;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right {
    width: 90%;
    min-height: 310px;
    margin: auto;
    background: #FFFFFF;
    padding-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.2);
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right h2 {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    margin-bottom: 32px;
    padding: 0 10px;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right.qa .desc {
    min-height: 104px;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right a {
    display: block;
    background: #F7F7F7;
    width: 112px;
    height: 45px;
    margin-top: 50px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right.qa a {
    margin-top: 20px;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right a .more-icon {
    width: 20px;
    height: 12px;
    background-image: url('../images/common/icon-case-s-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right a:hover {
    background: #FF6A00;
}

.main-content .case .case-inner .case-content .case-list .case-item .case-item-right a:hover .more-icon {
    background-position: 0 -12px;
}

.main-content .case .case-inner .case-content .case-opt {
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-content .case .case-inner .case-content .case-opt .case-pagination {
    position: static;
    width: auto;
    margin-left: 110px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .case .case-inner .case-content .case-opt .case-pagination .swiper-pagination-current {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .case .case-inner .case-content .case-opt .case-pagination .swiper-pagination-total {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .case .case-inner .case-content .case-opt .case-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-content .case .case-inner .case-content .case-opt .case-btns a {
    position: static;
    display: block;
    width: 67px;
    height: 45px;
    background: #F2F2F2;
    background-image: url('../images/common/icon-case-arrow-active.png');
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
}

.main-content .case .case-inner .case-content .case-opt .case-btns a.right {
    transform: rotateY(180deg);
    margin-left: 5px;
}

.main-content .case .case-inner .case-content .case-opt .case-btns a.swiper-button-disabled {
    opacity: 1;
    background: #F7F7F7;
    background-image: url('../images/common/icon-case-arrow.png');
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
}

@media (min-width: 768px) {
    .main-content .case {
        width: 100%;
        padding-top: 60px;
    }
    
    .main-content .case .case-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .case .case-inner .title {
        width: 100%;
        margin-bottom: 90px;
    }
    
    .main-content .case .case-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
    }
    
    .main-content .case .case-inner .case-content {
        position: relative;
        width: 100%;
        padding: 0 10px;
        height: 420px;
        overflow: hidden;
    }
    
    .main-content .case .case-inner .case-content .case-list {
        width: 100%;
        height: 100%;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-left {
        display: block;
        width: 50%;
        height: 100%;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-left img {
        width: 100%;
        height: 100%;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right {
        position: absolute;
        top: 37px;
        right: 0;
        width: calc(50% + 50px);
        height: 310px;
        margin: 0;
        background: #FFFFFF;
        padding-top: 60px;
        padding-left: 120px;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.2);
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right h2 {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 32px;
        padding: 0;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
        height: 52px;
        padding-right: 40px;
        padding-left: 0;
        overflow: hidden;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right.qa .desc {
        height: 104px;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right a {
        display: block;
        background: #F7F7F7;
        width: 112px;
        height: 45px;
        margin-top: 50px;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right.qa a {
        margin-top: 10px;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right a .more-icon {
        width: 20px;
        height: 12px;
        background-image: url('../images/common/icon-case-s-arrow-right.png');
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: 0 0;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right a:hover {
        background: #FF6A00;
    }
    
    .main-content .case .case-inner .case-content .case-list .case-item .case-item-right a:hover .more-icon {
        background-position: 0 -12px;
    }
    
    .main-content .case .case-inner .case-content .case-opt {
        position: absolute;
        width: 50%;
        padding-right: 13px;
        bottom: 14px;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-pagination {
        position: static;
        width: auto;
        margin-left: 110px;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-pagination .swiper-pagination-current {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-pagination .swiper-pagination-total {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-btns a {
        position: static;
        display: block;
        width: 67px;
        height: 45px;
        background: #F2F2F2;
        background-image: url('../images/common/icon-case-arrow-active.png');
        background-repeat: no-repeat;
        background-size: 8px 13px;
        background-position: center;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-btns a.right {
        transform: rotateY(180deg);
        margin-left: 5px;
    }
    
    .main-content .case .case-inner .case-content .case-opt .case-btns a.swiper-button-disabled {
        opacity: 1;
        background: #F7F7F7;
        background-image: url('../images/common/icon-case-arrow.png');
        background-repeat: no-repeat;
        background-size: 8px 13px;
        background-position: center;
    }
}

.main-content .bottom-recommand {
    width: 100%;
    margin-top: 60px;
}

.main-content .bottom-recommand .title {
    margin-bottom: 40px;
    width: 100%;
}

.main-content .bottom-recommand .title h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
}

.main-content .bottom-recommand .recommand-list-wrapper {
    width: 100%;
    background: #FAFAFA;
}

.main-content .bottom-recommand .recommand-list-wrapper.white {
    background: #FFFFFF;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item {
    width: 100%;
    padding: 20px 30px 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover {
    text-decoration: none;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .img-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    height: 22px;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 15px;
    background-image: url('../images/common/bottom-recommand-more.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover .more:after {
    right: -70px;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    height: 20px;
    width: 60px;
    content: "\67e5\770b\4ea7\54c1";
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    transition: all .5s;
}

.main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover .more:before {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .main-content .bottom-recommand {
        width: 100%;
        margin-top: 100px;
    }
    
    .main-content .bottom-recommand .title {
        margin-bottom: 55px;
        width: 100%;
    }
    
    .main-content .bottom-recommand .title h1 {
        text-align: center;
        font-size: 32px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper {
        width: 100%;
        background: #FAFAFA;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper.white {
        background: #FFFFFF;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        padding: 90px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item {
        width: 24%;
        padding: 50px 66px 36px 66px;
        margin-bottom: 0;
        border: 1px solid #E8E8E8;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: #FFFFFF;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover {
        text-decoration: none;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .img-wrapper {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item h4 {
        font-size: 20px;
        font-weight: 400;
        color: #181818;
        margin-top: 30px;
        margin-bottom: 24px;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more {
        position: relative;
        margin-top: 30px;
        display: inline-block;
        height: 22px;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto 0;
        content: "";
        width: 17px;
        height: 15px;
        background-image: url('../images/common/bottom-recommand-more.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .3s;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover .more:after {
        right: -70px;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item .more:before {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -32px;
        margin: auto 0;
        height: 20px;
        width: 60px;
        content: "\67e5\770b\4ea7\54c1";
        font-size: 12px;
        font-weight: 400;
        color: #868686;
        transition: all .5s;
    }
    
    .main-content .bottom-recommand .recommand-list-wrapper .recommand-list .recommand-item:hover .more:before {
        opacity: 1;
        visibility: visible;
    }
}

.main-content.beian .bottom-recommand {
    margin-top: 80px;
    background-image: url('../images/beian/beian-bottom-recommand-bg.png');
    background-repeat: no-repeat;
    background-size: auto 272px;
    background-position: top;
}

.main-content.beian .bottom-recommand .title {
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.main-content.beian .bottom-recommand .recommand-list-wrapper {
    background: none;
}

.main-content.beian .bottom-recommand .recommand-list-wrapper .recommand-list {
    padding-top: 0;
}

.video-model {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10050;
}

.video-model .por-player {
    position: relative;
    width: 700px;
    max-width: 100vw;
    height: 500px;
    max-height: 100vh;
    display: inline-block;
    background-color: #000;
    z-index: 10050;
}

.video-model .por-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.video-model .por-player .por-player-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.por-player-close:before {
    margin-top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.por-player-close:after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.por-player-close:before,
.por-player-close:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
}

.video-model .model-backdrop {
    position: fixed;
    z-index: 140;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
}

.video-model .model-backdrop.show {
    opacity: .5;
}
/* idc end */

/* idc-大带宽业务 begin */
.idc-bandwidth .bandwidth-calc {
    width: 100%;
    margin-top: 40px;
}

.idc-bandwidth .bandwidth-calc .title {
    width: 100%;
}

.idc-bandwidth .bandwidth-calc .title h1 {
    font-size: 22px;
    font-weight: 400;
    color: #181818;
    line-height: 44px;
    margin-bottom: 10px;
    text-align: center;
}

.idc-bandwidth .bandwidth-calc .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
}

.idc-bandwidth .bandwidth-calc .bandwidth-menu {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idc-bandwidth .bandwidth-calc .bandwidth-menu a {
    display: block;
    padding: 17px 65px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-right: 8px;
    line-height: 1;
    background: #F0F0F0;
}

.idc-bandwidth .bandwidth-calc .bandwidth-menu a.active {
    color: #FFFFFF;
    background: #1366EC;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 35px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content h2 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-intro {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-bottom: 20px;
}

.idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-text {
    width: 100%;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-text p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character {
    width: 100%;
    margin-top: 46px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list .character-item {
    position: relative;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #787878;
    margin-bottom: 18px;
    padding-left: 36px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list .character-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background-image: url('../images/idc-bandwidth/icon-character.png');
    background-repeat: no-repeat;
    background-size: 16px 15px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products {
    width: 100%;
    margin-top: 46px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-title {
    font-size: 18px;
    color: #181818;
    margin-bottom: 27px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item {
    display: block;
    width: 32%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .img-wrapper {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text .product-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text .product-item-desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-left: none;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price {
    width: 100%;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .label {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn {
    width: 100%;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label {
    display: inline-block;
    padding: 5px 0;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio] {
    display: none;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio] + i {
    display: block;
    width: auto;
    min-width: 77px;
    height: auto;
    padding: 13px 25px;
    margin-right: 3px;
    color: #181818;
    background: #F0F0F0;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    transition-duration: 200ms;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio]:checked + i {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box {
    display: none;
    width: calc(90% - 140px - 40px - 40px);
    margin-top: 4px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box input[type=range] {
    width: 98%;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value .range-opt {
    width: 34px;
    text-align: center;
    padding: 0;
    height: auto;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value .range-opt:before {
    content: "";
    display: block;
    width: 0;
    height: auto;
    text-indent: 0;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box {
    width: auto;
    height: 40px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid  #CBCBCB;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box input {
    width: 74px;
    height: 100%;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button) {
    -webkit-appearance: none;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .reduce,
.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .add{
    width: 48px;
    height: 38px;
    background: #EFEFEF;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num {
    position: relative;
    margin-left: 13px;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num span {
    font-size: 16px;
    color: #FF7E24;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "\00a5";
    font-size: 14px;
    color: #FF7E24;
    font-weight: 600;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
    margin-left: 13px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details {
    position: relative;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .details-btn {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .details-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 10px;
    height: 7px;
    background-image: url('../images/common/icon-gray-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 28px 28px;
    background: #FDFDFD;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
    transition: all 0.3s;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details:hover .option-details {
    display: block;
    opacity: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    width: 60px;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-bottom {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right a {
    padding: 11px 40px;
    border: 1px solid #FF7E24;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right a:hover {
    background: #FF7E24;
    color: #FFFFFF;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom {
    margin-top: 20px;
    width: 100%;
    padding: 33px 0 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #EFEFEF;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a {
    padding: 0 18px;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    border-left: 1px solid #DFDFDF;;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:first-child {
    padding-left: 0;
    border-left: none;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:last-child {
    padding-right: 0;
}

.main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:hover {
    color: #FF6A00;
}

.main-content.idc-bandwidth .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
    padding-right: 0;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top b {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top .price {
    font-size: 20px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top .price span {
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item {
    width: 30%;
    margin-top: 18px;
    margin-right: 3.3%;
    border-right: 1px solid #E7E7E7;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item:last-child,
.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item:nth-child(3)
{
    border-right: none;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item .combo-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-bottom: 10px;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item .combo-text {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-service {
    position: relative;
    width: calc(100% - 110px);
    height: 32px;
    padding-left: 35px;
    background-image: url('../images/idc-bandwidth/idc-bandwidth-recommand-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #EE9759;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-service:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto 0;
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background-image: url('../images/idc-bandwidth/idc-bandwidth-recommand-service-icon.png');
    background-size: 14px 16px;
    background-repeat: no-repeat;
}

.main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-consult {
    width: 110px;
    height: 32px;
    border: 1px solid #FF6A00;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
}

@media (min-width: 768px) {
    .idc-bandwidth .bandwidth-calc {
        width: 100%;
        margin-top: 70px;
    }
    
    .idc-bandwidth .bandwidth-calc .title {
        width: 100%;
    }
    
    .idc-bandwidth .bandwidth-calc .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .idc-bandwidth .bandwidth-calc .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-menu {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-menu a {
        display: block;
        padding: 17px 65px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        margin-right: 8px;
        line-height: 1;
        background: #F0F0F0;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-menu a.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 35px auto 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        border: 1px solid #EFEFEF;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left {
        width: 50%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content h2 {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-intro {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .idc-bandwidth .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-text {
        width: 100%;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-content .content-text p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character {
        width: 100%;
        margin-top: 46px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list .character-item {
        position: relative;
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        color: #787878;
        margin-bottom: 18px;
        padding-left: 36px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .bandwidth-character .bandwidth-character-list .character-item:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 16px;
        height: 15px;
        background-image: url('../images/idc-bandwidth/icon-character.png');
        background-repeat: no-repeat;
        background-size: 16px 15px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products {
        width: 100%;
        margin-top: 46px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-title {
        font-size: 18px;
        color: #181818;
        margin-bottom: 27px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } 
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item {
        display: block;
        width: 32%;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .img-wrapper {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text .product-item-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-left .related-products .related-products-list .product-item .product-item-text .product-item-desc {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right {
        width: 50%;
        border-left: 1px solid #EFEFEF;
        border-top: none;
        padding: 50px 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price {
        width: 100%;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .label {
        margin-bottom: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn {
        width: 100%;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label {
        display: inline-block;
        padding: 5px 0;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio] {
        display: none;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio] + i {
        display: block;
        width: auto;
        min-width: 77px;
        height: auto;
        padding: 13px 25px;
        margin-right: 3px;
        color: #181818;
        background: #F0F0F0;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        text-align: center;
        cursor: pointer;
        transition-duration: 200ms;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .radios label input[type=radio]:checked + i {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box {
        display: block;
        width: calc(90% - 140px - 40px - 40px);
        margin-top: 4px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box input[type=range] {
        width: 98%;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value .range-opt {
        width: 34px;
        text-align: center;
        padding: 0;
        height: auto;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .range-box .range-value .range-opt:before {
        content: "";
        display: block;
        width: 0;
        height: auto;
        text-indent: 0;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box {
        width: 140px;
        height: 40px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid  #CBCBCB;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box input {
        width: 74px;
        height: 100%;
        border: none;
        outline: none;
        -moz-appearance: textfield;
        text-align: center;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button) {
        -webkit-appearance: none;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .reduce,
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .add{
        width: 32px;
        height: 38px;
        background: #EFEFEF;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .reduce {
        background-image: url('../images/common/icon-reduce.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-option .bandwidth-option-item .fn .range-num .number-box .add {
        background-image: url('../images/common/icon-add.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total {
        width: 100%;
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left {
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price {
        margin-right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num {
        position: relative;
        margin-left: 13px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num span {
        font-size: 24px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .price .price-num:before {
        position: absolute;
        left: 0;
        bottom: 2px;
        content: "\00a5";
        font-size: 14px;
        color: #FF7E24;
        font-weight: 600;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-price .old-price .price-num {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-decoration: line-through;
        margin-left: 13px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details {
        position: relative;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .details-btn {
        position: relative;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .details-btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        display: block;
        content: "";
        width: 10px;
        height: 7px;
        background-image: url('../images/common/icon-gray-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        width: 250px;
        padding: 28px 28px;
        background: #FDFDFD;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
        transition: all 0.3s;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details:hover .option-details {
        display: block;
        opacity: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        width: 60px;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-bottom {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #E5E5E5;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-left .calc-details .option-details .option-details-bottom a {
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right {
        margin-top: 0;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right a {
        padding: 11px 40px;
        border: 1px solid #FF7E24;
        font-size: 14px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-calc-price .bandwidth-total .bandwidth-total-right a:hover {
        background: #FF7E24;
        color: #FFFFFF;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom {
        margin-top: 20px;
        width: 100%;
        padding: 33px 0 16px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #EFEFEF;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a {
        padding: 0 18px;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        border-left: 1px solid #DFDFDF;;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:first-child {
        padding-left: 0;
        border-left: none;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:last-child {
        padding-right: 0;
    }
    
    .main-content .bandwidth-calc .bandwidth-calc-inner .bandwidth-calc-right .bandwidth-right-bottom a:hover {
        color: #FF6A00;
    }
    
    .main-content.idc-bandwidth .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right {
        padding-right: 0;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #ECECEC;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top b {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top .price {
        font-size: 20px;
        font-weight: 400;
        color: #FF6A00;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-top .price span {
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item {
        width: 30%;
        margin-top: 18px;
        margin-right: 3.3%;
        border-right: 1px solid #E7E7E7;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item:last-child,
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item:nth-child(3)
    {
        border-right: none;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item .combo-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-option .combo-option-item .combo-text {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom {
        width: 100%;
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-service {
        position: relative;
        width: calc(100% - 110px);
        height: 32px;
        padding-left: 35px;
        background-image: url('../images/idc-bandwidth/idc-bandwidth-recommand-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 14px;
        line-height: 32px;
        font-weight: 400;
        color: #EE9759;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-service:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 11px;
        margin: auto 0;
        content: "";
        display: block;
        width: 14px;
        height: 16px;
        background-image: url('../images/idc-bandwidth/idc-bandwidth-recommand-service-icon.png');
        background-size: 14px 16px;
        background-repeat: no-repeat;
    }
    
    .main-content .datacenter-recommand .recommand-content .recommand-wrapper .recommand-item .recommand-item-right .datacenter-bandwidth-combo-wrapper .datacenter-bandwidth-combo .combo-bottom .combo-bottom-consult {
        width: 110px;
        height: 32px;
        border: 1px solid #FF6A00;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
    }
}
/* idc-大带宽业务 end  */

.main-content .top-product-location {
    position: sticky;
    top: 0;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    background-color: #FFFFFF;
    border-top: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    box-shadow: 0 4px 8px 0 rgba(212, 212, 212, 0.14);
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.main-content .top-product-location .top-product-location-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .top-product-location .top-product-location-inner b {
    display: none;
}

.main-content .top-product-location .top-product-location-inner a {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 64px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    cursor: pointer;
    flex-shrink: 0;
}

.main-content .top-product-location .top-product-location-inner a.active {
    color: #FF6A00;
}

.main-content .top-product-location .top-product-location-inner a.active:before {
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FF6A00;
}


@media (min-width: 768px) {
    .main-content .top-product-location {
        position: sticky;
        top: 0;
        width: 100%;
        height: 73px;
        padding: 0;
        background-color: #FFFFFF;
        border-top: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        box-shadow: 0 4px 8px 0 rgba(212, 212, 212, 0.14);
        z-index: 100;
        box-shadow: none;
    }
    
    .main-content .top-product-location .top-product-location-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: visible;
    }
    
    .main-content .top-product-location .top-product-location-inner b {
        visibility: hidden;
        display: inline-block;
        margin-right: 0px;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 20px;
        font-weight: 700;
        max-width: 0;
        transition: max-width 0.3s 0s, margin-right 0.3s 0s, color 0s 0.3s;
    }
    
    .main-content .top-product-location .top-product-location-inner b.show {
        visibility: visible;
        max-width: 200px;
        margin-right: 50px;
        color: #252b3a;
    }
    
    .main-content .top-product-location .top-product-location-inner a {
        position: relative;
        display: inline-block;
        height: 100%;
        line-height: 73px;
        margin-right: 50px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        cursor: pointer;
    }
    
    .main-content .top-product-location .top-product-location-inner a.active {
        color: #FF6A00;
    }
    
    .main-content .top-product-location .top-product-location-inner a.active:before {
        opacity: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: "";
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #FF6A00;
    }
    
    .main-content .top-product-location .top-product-location-inner a:hover {
        color: #FF6A00;
    }
    
    .main-content .top-product-location .top-product-location-inner a:before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: inline-block;
        opacity: 0;
        content: "";
        width: 2px;
        height: 2px;
        background: #FF6A00;
        transition: all .26s ease-out 0s;
    }
    
    .main-content .top-product-location .top-product-location-inner a:hover:before {
        opacity: 1;
        width: 30px;
    }
}

/* 轻云服务器 便捷选购 begin */
.main-content .qcloud-calc {
    width: 100%;
    padding-top: 60px;
}

.main-content .qcloud-calc .title {
    width: 100%;
}

.main-content .qcloud-calc .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.main-content .qcloud-calc .title .desc {
    font-size: 12px;
    color: #787878;
    text-align: center;
}

.main-content .qcloud-calc .qcloud-menu {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.main-content .qcloud-calc .qcloud-menu a {
    display: block;
    padding: 17px 47px;
    font-size: 14px;
    color: #181818;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 1;
    background: #F0F0F0;
    flex-shrink: 0;
}

.main-content .qcloud-calc .qcloud-menu a.active {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .qcloud-calc .qcloud-calc-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 37px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #F4F4F4;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left {
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content-item {
    display: none;
    min-height: 620px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content-item.show {
    display: block;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content h2 {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-intro {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips {
    position: relative;
    padding-left: 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 3px;
    height: 86%;
    background-color: #FF6A00;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips .tips-item {
    font-size: 16px;
    color: #333;
    line-height: 44px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips .tips-item em {
    font-size: 20px;
    color: #FF6A00;
    font-weight: 600;
    font-style: normal;
    line-height: 44px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character {
    width: 100%;
    margin-top: 24px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list .character-item {
    position: relative;
    width: 148px;
    margin-bottom: 18px;
    padding-left: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list .character-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background-image: url('../images/idc-bandwidth/icon-character.png');
    background-repeat: no-repeat;
    background-size: 16px 15px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point {
    width: 100%;
    margin-top: 30px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-title {
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item {
    min-width: 232px;
    height: 64px;
    margin-top: 7px;
    margin-right: 10px;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .img-wrapper {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text .point-item-title {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text .point-item-desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right {
    width: 100%;
    border-left: none;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price {
    width: 100%;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .label {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn {
    width: 100%;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label {
    display: inline-block;
    padding: 5px 0;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio] {
    display: none;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio] + i {
    display: block;
    width: auto;
    min-width: 77px;
    height: auto;
    padding: 13px 25px;
    margin-right: 3px;
    color: #181818;
    background: #F0F0F0;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    transition-duration: 200ms;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio]:checked + i {
    color: #FFFFFF;
    background: #FF6A00;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box {
    width: calc(90% - 140px - 40px);
    margin-top: 4px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box input[type=range] {
    width: 98%;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box input[type=range]::-webkit-slider-thumb {
    background: #FF6A00;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #181818;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-opt {
    text-align: center;
    padding: 0;
    height: auto;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-opt:before {
    content: "";
    display: block;
    width: 0;
    height: auto;
    text-indent: 0;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box {
    width: 140px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCBCB;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box input {
    width: 74px;
    height: 100%;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
} 

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button) {
    -webkit-appearance: none;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .reduce,
.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .add {
    width: 32px;
    height: 38px;
    background: #EFEFEF;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-unit {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num {
    position: relative;
    margin-left: 13px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num span {
    font-size: 24px;
    color: #FF7E24;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num:before {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "\00a5";
    font-size: 14px;
    color: #FF7E24;
    font-weight: 600;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
    margin-left: 13px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details {
    position: relative;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .details-btn {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .details-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 10px;
    height: 7px;
    background-image: url('../images/common/icon-gray-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 28px 28px;
    background: #FDFDFD;
    box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.3);
    transition: all 0.3s;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details:hover .option-details {
    display: block;
    opacity: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    width: 40px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-bottom {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-right {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-right a {
    padding: 11px 40px;
    border: 1px solid #FF7E24;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    background: #FF6A00;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom {
    margin-top: 20px;
    width: 100%;
    padding: 33px 0 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #EFEFEF;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a {
    padding: 0 36px 0 18px;
    margin-left: 20px;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    border-right: 1px solid #DFDFDF;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:hover {
    color: #1366EC;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon {
    position: relative;
    padding-left: 26px !important;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-1::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 18px;
    height: 13px;
    background-image: url('../images/cloud/icon-calc-1.png');
    background-repeat: no-repeat;
    background-size: 18px 13px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background-image: url('../images/cloud/icon-calc-2.png');
    background-repeat: no-repeat;
    background-size: 13px 16px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('../images/cloud/icon-calc-3.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:first-child {
    padding-left: 0;
    margin-left: 0;
}

.main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

@media (min-width: 768px) {
    .main-content .qcloud-calc {
        width: 100%;
        padding-top: 86px;
        padding-bottom: 50px;
    }
    
    .main-content .qcloud-calc .title {
        width: 100%;
    }
    
    .main-content .qcloud-calc .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .main-content .qcloud-calc .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
    }
    
    .main-content .qcloud-calc .qcloud-menu {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-calc .qcloud-menu a {
        display: block;
        padding: 17px 47px;
        font-size: 14px;
        color: #181818;
        margin-right: 8px;
        margin-left: 0;
        line-height: 1;
        background: #F0F0F0;
    }
    
    .main-content .qcloud-calc .qcloud-menu a.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 37px auto 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        border: 1px solid #F4F4F4;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left {
        width: 50%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: none;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content-item {
        display: none;
        min-height: 620px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content-item.show {
        display: block;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content h2 {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-intro {
        font-size: 14px;
        color: #787878;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips {
        position: relative;
        padding-left: 35px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        width: 3px;
        height: 86%;
        background-color: #FF6A00;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips .tips-item {
        font-size: 16px;
        color: #333;
        line-height: 44px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-content .content-tips .tips-item em {
        font-size: 20px;
        color: #FF6A00;
        font-weight: 600;
        font-style: normal;
        line-height: 44px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character {
        width: 100%;
        margin-top: 24px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list {
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list .character-item {
        position: relative;
        /*width: 148px; */
        width: 168px;
        margin-bottom: 18px;
        padding-left: 36px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-character .qcloud-character-list .character-item:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 16px;
        height: 15px;
        background-image: url('../images/idc-bandwidth/icon-character.png');
        background-repeat: no-repeat;
        background-size: 16px 15px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point {
        width: 100%;
        margin-top: 30px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-title {
        font-size: 18px;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list {
        width: 420px;
        height: 142px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item {
        min-width: 232px;
        height: 64px;
        margin-top: 7px;
        margin-right: 10px;
        padding: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .img-wrapper {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text .point-item-title {
        font-size: 14px;
        margin-bottom: 7px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-left .qcloud-point .qcloud-point-list .point-item .point-item-text .point-item-desc {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right {
        width: 50%;
        border-left: 1px solid #EFEFEF;
        padding: 50px 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price {
        width: 100%;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .label {
        margin-bottom: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn {
        width: 100%;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label {
        display: inline-block;
        padding: 5px 0;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio] {
        display: none;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio] + i {
        display: block;
        width: auto;
        min-width: 77px;
        height: auto;
        padding: 13px 25px;
        margin-right: 3px;
        color: #181818;
        background: #F0F0F0;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        text-align: center;
        cursor: pointer;
        transition-duration: 200ms;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .radios label input[type=radio]:checked + i {
        color: #FFFFFF;
        background: #FF6A00;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box {
        width: calc(90% - 140px - 40px - 40px);
        margin-top: 4px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box input[type=range] {
        width: 98%;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-value {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
        font-size: 12px;
        color: #181818;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-opt {
        text-align: center;
        padding: 0;
        height: auto;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .range-box .range-opt:before {
        content: "";
        display: block;
        width: 0;
        height: auto;
        text-indent: 0;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box {
        width: 140px;
        height: 40px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #CBCBCB;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box input {
        width: 74px;
        height: 100%;
        border: none;
        outline: none;
        -moz-appearance: textfield;
        text-align: center;
        font-size: 14px;
        color: #181818;
    } 
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button) {
        -webkit-appearance: none;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .reduce,
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .add {
        width: 32px;
        height: 38px;
        background: #EFEFEF;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .reduce {
        background-image: url('../images/common/icon-reduce.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-box .add {
        background-image: url('../images/common/icon-add.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-option .qcloud-option-item .fn .range-num .number-unit {
        margin-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price {
        margin-right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num {
        position: relative;
        margin-left: 13px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num span {
        font-size: 24px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .price .price-num:before {
        position: absolute;
        left: 0;
        bottom: 2px;
        content: "\00a5";
        font-size: 14px;
        color: #FF7E24;
        font-weight: 600;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-price .old-price .price-num {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-decoration: line-through;
        margin-left: 13px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details {
        position: relative;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .details-btn {
        position: relative;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .details-btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        display: block;
        content: "";
        width: 10px;
        height: 7px;
        background-image: url('../images/common/icon-gray-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        width: 250px;
        padding: 28px 28px;
        background: #FDFDFD;
        box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.3);
        transition: all 0.3s;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details:hover .option-details {
        display: block;
        opacity: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        width: 40px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-bottom {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #E5E5E5;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-left .calc-details .option-details .option-details-bottom a {
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-right {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-calc-price .qcloud-total .qcloud-total-right a {
        padding: 11px 40px;
        border: 1px solid #FF7E24;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1;
        background: #FF6A00;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom {
        margin-top: 20px;
        width: 100%;
        padding: 33px 0 16px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #EFEFEF;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a {
        padding: 0 36px 0 10px;
        margin-left: 24px;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        border-right: 1px solid #DFDFDF;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:hover {
        color: #1366EC;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon {
        position: relative;
        padding-left: 26px !important;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-1::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: block;
        width: 18px;
        height: 13px;
        background-image: url('../images/cloud/icon-calc-1.png');
        background-repeat: no-repeat;
        background-size: 18px 13px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-2::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: block;
        width: 13px;
        height: 16px;
        background-image: url('../images/cloud/icon-calc-2.png');
        background-repeat: no-repeat;
        background-size: 13px 16px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a.qcloud-icon-3::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-image: url('../images/cloud/icon-calc-3.png');
        background-repeat: no-repeat;
        background-size: 14px 14px;
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:first-child {
        padding-left: 0;
        margin-left: 0;
        
    }
    
    .main-content .qcloud-calc .qcloud-calc-inner .qcloud-calc-right .qcloud-right-bottom a:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}
/* 轻云服务器 便捷选购 end*/

/* 轻云服务器 产品优势 begin */
.main-content .qcloud-advantage {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F9FBFF;
}

.main-content .qcloud-advantage .title {
    width: 100%;
    margin-bottom: 80px;
}

.main-content .qcloud-advantage .title h1 {
    font-size: 20px;
    color: #181818;
    text-align: center;
    font-weight: 400;
}

.main-content .qcloud-advantage .advantage-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item.item-reverse {
    flex-direction: column-reverse;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text h1 {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    margin-bottom: 20px;
}

.main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text .text-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
}
    
@media (min-width: 768px) {
    .main-content .qcloud-advantage {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        background: #F9FBFF;
    }
    
    .main-content .qcloud-advantage .title {
        width: 100%;
        margin-bottom: 80px;
    }
    
    .main-content .qcloud-advantage .title h1 {
        font-size: 32px;
        color: #181818;
        text-align: center;
        font-weight: 400;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item {
        width: 100%;
        margin-bottom: 80px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item.item-reverse {
        flex-direction: row;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-img {
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-img img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text {
        width: 34%;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text.left {
        padding-left: 20px;
        margin-right: 40px;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text.right {
        margin-left: 60px;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text h1 {
        font-weight: 600;
        font-size: 28px;
        color: #181818;
        margin-bottom: 52px;
    }
    
    .main-content .qcloud-advantage .advantage-wrapper .advantage-list .item .item-text .text-desc p {
        font-weight: 400;
        font-size: 16px;
        color: #181818;
        line-height: 26px;
    }
}
/* 轻云服务器 产品优势 end */

/* 轻云服务器 安装软件 begin */
.main-content .qcloud-soft {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}

.main-content .qcloud-soft .title {
    width: 100%;
    margin-bottom: 80px;
}

.main-content .qcloud-soft .title h1 {
    font-size: 20px;
    color: #181818;
    text-align: center;
    font-weight: 400;
    margin-bottom: 18px;
}

.main-content .qcloud-soft .title .desc {
    font-size: 12px;
    color: #787878;
    text-align: center;
    line-height: 22px;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-menu-item {
    display: flex;
    width: 90%;
    height: 160px;
    padding-left: 40px;
    padding-right: 120px;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    cursor: pointer;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-menu-item.menu-1 {
    background-image: url('../images/cloud/cloud-soft-menu-md-1.png');
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-menu-item.menu-2 {
    background-image: url('../images/cloud/cloud-soft-menu-md-2.png');
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-menu-item .soft-menu-title {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-menu-item .soft-menu-desc {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-detail-item {
    width: 100%;
    height: auto;
}

.main-content .qcloud-soft .md-qcloud-soft-wrapper .md-soft-item .soft-detail-item img {
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .main-content .qcloud-soft {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        background: #fff;
    }
    
    .main-content .qcloud-soft .title {
        width: 100%;
        margin-bottom: 80px;
    }
    
    .main-content .qcloud-soft .title h1 {
        font-size: 32px;
        color: #181818;
        text-align: center;
        font-weight: 400;
        margin-bottom: 18px;
    }
    
    .main-content .qcloud-soft .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
        line-height: 24px;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left {
        width: 634px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item {
        display: flex;
        width: 634px;
        min-height: 205px;
        padding-left: 72px;
        padding-right: 272px;
        flex-direction: column;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: 0 0;
        cursor: pointer;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item.menu-1 {
        background-image: url('../images/cloud/cloud-soft-menu-1.png');
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item.menu-2 {
        background-image: url('../images/cloud/cloud-soft-menu-2.png');
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item.active {
        background-position: 0 -205px;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item:first-child {
        margin-bottom: 10px;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item .soft-menu-title {
        font-weight: 400;
        font-size: 24px;
        color: #333;
        margin-bottom: 18px;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item .soft-menu-desc {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item.active .soft-menu-title,
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-left .soft-menu-item.active .soft-menu-desc {
        color: #fff;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-right {
        width: calc(100% - 634px - 30px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-right .soft-detail-item {
        display: none;
        width: 100%;
        height: auto;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-right .soft-detail-item.show {
        display: block;
    }
    
    .main-content .qcloud-soft .qcloud-soft-wrapper .soft-right .soft-detail-item img {
        max-width: 100%;
        object-fit: contain;
    }
}
/* 轻云服务器 安装软件 end */

/* 轻云服务器 教程与资讯 begin */
.main-content .qcloud-video {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F9FBFF;
}

.main-content .qcloud-video .title {
    width: 100%;
    margin-bottom: 30px;
}

.main-content .qcloud-video .title h1 {
    font-size: 20px;
    color: #181818;
    text-align: center;
    font-weight: 400;
}

.main-content .qcloud-video .title .desc {
    font-size: 14px;
    color: #787878;
    text-align: center;
    line-height: 24px;
}

.main-content .qcloud-video .qcloud-video-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: lex-start;
    align-items: center;
}

.main-content .qcloud-video .qcloud-video-wrapper .video-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .qcloud-video .qcloud-video-wrapper .video-inner video {
    width: 100%;
    height: auto;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-title {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul {
    display: flex;
    flex-direction: column;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li {
    list-style: inside;
    margin-bottom: 8px;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li a {
    font-size: 16px;
    color: #181818;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li a:hover {
    color: #1366EC;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-more {
    margin-top: 30px;
}

.main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-more a {
    font-size: 16px;
    color: #1366EC;
}

@media (min-width: 768px) {
    .main-content .qcloud-video {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        background: #F9FBFF;
    }
    
    .main-content .qcloud-video .title {
        width: 100%;
        margin-bottom: 80px;
    }
    
    .main-content .qcloud-video .title h1 {
        font-size: 32px;
        color: #181818;
        text-align: center;
        font-weight: 400;
    }
    
    .main-content .qcloud-video .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
        line-height: 24px;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .video-inner {
        width: 720px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .video-inner video {
        width: 720px;
        height: 372px;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news {
        width: calc(100% - 6% - 720px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-title {
        font-weight: 600;
        font-size: 18px;
        color: #181818;
        line-height: 38px;
        margin-bottom: 40px;
        margin-top: 6px;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul {
        display: flex;
        flex-direction: column;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li {
        list-style: inside;
        margin-bottom: 8px;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li a {
        font-size: 16px;
        color: #181818;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news ul li a:hover {
        color: #1366EC;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-more {
        margin-top: 60px;
    }
    
    .main-content .qcloud-video .qcloud-video-wrapper .qcloud-news .qcloud-news-more a {
        font-size: 16px;
        color: #1366EC;
    }
}
/* 轻云服务器 教程与资讯 end */

/* 轻云服务器 产品功能 begin*/
.main-content .feature {
    width: 100%;
    padding-top: 40px;
}

.main-content .feature .feature-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .feature .feature-inner .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .feature .feature-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    text-align: center;
}

.main-content .feature .feature-inner .feature-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .feature .feature-inner .feature-table .table-top {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #F0F0F0;
}

.main-content .feature .feature-inner .feature-table .table-top .table-top-blank {
    width: 25%;
    height: 100%;
}

.main-content .feature .feature-inner .feature-table .table-top .table-top-content-qcloud {
    width: 25%;
    height: 100%;
    line-height: 32px;
    padding-left: 0;
    background: #FFDFB5;
    border-left: 1px solid #FFBB89;
    border-top: 1px solid #FFBB89;
    border-bottom: 1px solid #FFBB89;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .feature .feature-inner .feature-table .table-top .table-top-content-old {
    width: 25%;
    height: 100%;
    padding-left: 0;
    line-height: 32px;
    background: #FFDFA0;
    border: 1px solid #FFBB89;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .feature .feature-inner .feature-table .table-top .table-top-content-cloud {
    width: 25%;
    height: 100%;
    line-height: 32px;
    padding-left: 0;
    background: #FAE7B4;
    border-right: 1px solid #FFBB89;
    border-top: 1px solid #FFBB89;
    border-bottom: 1px solid #FFBB89;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .feature .feature-inner .feature-table .table-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

/*.main-content .feature .feature-inner .feature-table .table-content .table-menu-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*    align-items: flex-start;*/
/*    width: 20%;*/
/*    padding: 28px 0;*/
/*    border-right: 1px solid #F0F0F0;*/
/*    background: #FDFDFD;*/
/*}*/

/*.main-content .feature .feature-inner .feature-table .table-content .table-menu-list .table-menu-item {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin: 16px 0;*/
/*    padding-left: 30px;*/
/*}*/

/*.main-content .feature .feature-inner .feature-table .table-content .table-menu-list .table-menu-item a {*/
/*    font-size: 14px;*/
/*    color: #181818;*/
/*}*/

/*.main-content .feature .feature-inner .feature-table .table-content .table-menu-list .table-menu-item.active:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 4px;*/
/*    height: 12px;*/
/*    background: #FF6A00;*/
/*}*/

/*.main-content .feature .feature-inner .feature-table .table-content .table-menu-list .table-menu-item.active a {*/
/*    color: #FF6A00;*/
/*}*/

.main-content .feature .feature-inner .feature-table .table-content .table-service-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row:last-child {
    border-bottom: none;
}

.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content,
.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content {
    width: 25%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    color: #181818;
}

.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
.main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .feature .feature-inner .feature-table .table-content .green {
    color: #69C14B !important;
}

.main-content .feature .feature-inner .feature-table .table-content .gre {
    color: #69C14B !important;
    margin-left: 8px;
}

@media (min-width: 768px) {
    .main-content .feature {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .feature .feature-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .feature .feature-inner .title {
        width: 100%;
        margin-bottom: 100px;
    }
    
    .main-content .feature .feature-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .feature .feature-inner .feature-table {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .feature .feature-inner .feature-table .table-top {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border: 1px solid #F0F0F0;
    }
    
    .main-content .feature .feature-inner .feature-table .table-top .table-top-blank {
        width: 25%;
        height: 100%;
    }
    
    .main-content .feature .feature-inner .feature-table .table-top .table-top-content-qcloud {
        width: 25%;
        height: 100%;
        line-height: 48px;
        padding-left: 45px;
        background: #FFDFB5;
        border-left: 1px solid #FFBB89;
        border-top: 1px solid #FFBB89;
        border-bottom: 1px solid #FFBB89;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        text-align: left;
    }
    
    .main-content .feature .feature-inner .feature-table .table-top .table-top-content-old {
        width: 25%;
        height: 100%;
        padding-left: 45px;
        line-height: 48px;
        background: #FFDFA0;
        border: 1px solid #FFBB89;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        text-align: left;
    }
    
    .main-content .feature .feature-inner .feature-table .table-top .table-top-content-cloud {
        width: 25%;
        height: 100%;
        line-height: 48px;
        padding-left: 45px;
        background: #FAE7B4;
        border-right: 1px solid #FFBB89;
        border-top: 1px solid #FFBB89;
        border-bottom: 1px solid #FFBB89;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        text-align: left;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        border-bottom: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        border-right: 1px solid #EFEFEF;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row:last-child {
        border-bottom: none;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content,
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content {
        width: 25%;
        padding-left: 30px;
        padding-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        line-height: 1;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
    .main-content .feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .green {
        color: #69C14B !important;
    }
    
    .main-content .feature .feature-inner .feature-table .table-content .gre {
        color: #69C14B !important;
        margin-left: 8px;
    }
}
/* 轻云服务器 产品功能 end*/

/* AI智算 begin */
.main-content .ai-advantage {
    width: 100%;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-content .ai-advantage .title {
    width: 100%;
    margin-bottom: 20px;
}

.main-content .ai-advantage .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    text-align: center;
}

.main-content .ai-advantage .title .desc {
    font-size: 12px;
    color: #787878;
    text-align: center;
    line-height: 26px;
}

.main-content .ai-advantage .ai-advantage-inner {
    width: 100%;
    padding: 10px 0;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 10px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .img-wrapper {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title .no {
    margin-right: 10px;
    font-weight: 600;
    font-size: 50px;
    color: #181718;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title h4 {
    margin-top: 0;
    font-weight: 600;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item h4 {
    position: relative;
    margin-top: 20px;
    padding-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #FF6A00;
}

.main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .item-desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    word-break: break-all;
    line-height: 26px;
}

@media (min-width: 768px) {
    .main-content .ai-advantage {
        width: 100%;
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-content .ai-advantage .title {
        width: 100%;
        margin-bottom: 48px;
    }
    
    .main-content .ai-advantage .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .ai-advantage .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .ai-advantage .ai-advantage-inner {
        width: 100%;
        padding: 64px 0;
        background: #FAFAFA;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item {
        position: relative;
        width: 33%;
        padding: 50px 64px;
        margin-bottom: 10px;
        border: 1px solid #EFEFEF;
        background: #FFFFFF;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .img-wrapper {
        position: absolute;
        right: 64px;
        top: 50px;
        width: 81px;
        height: 81px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title .no {
        margin-right: 10px;
        font-weight: 600;
        font-size: 50px;
        color: #181718;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .no-title h4 {
        margin-top: 0;
        font-weight: 600;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item h4 {
        position: relative;
        margin-top: 30px;
        padding-bottom: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item h4:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 27px;
        height: 2px;
        background: #FF6A00;
    }
    
    .main-content .ai-advantage .ai-advantage-inner .ai-advantage-list .ai-advantage-item .item-desc {
        margin-top: 38px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        word-break: break-all;
        line-height: 26px;
    }
}

.main-content .ai-guidance {
    width: 100%;
    padding-top: 60px;
}

.main-content .ai-guidance .title {
    width: 100%;
    margin-bottom: 20px;
}

.main-content .ai-guidance .title h1 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    text-align: center;
}

.main-content .ai-guidance .title .desc {
    font-size: 12px;
    color: #787878;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
}

.main-content .ai-guidance .ai-guidance-inner {
    width: 100%;
    padding: 0 10px;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 20px 18px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item:after {
    position: absolute;
    top: 30px;
    right: 20px;
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background-image: url('../images/cloud/arrow-right.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item:hover:after {
    background-position: 0 -12px;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item h4 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
}

@media (min-width: 768px) {
    .main-content .ai-guidance {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .ai-guidance .title {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .main-content .ai-guidance .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .ai-guidance .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
        line-height: 1;
        padding: 0;
    }
    
    .main-content .ai-guidance .ai-guidance-inner {
        width: 100%;
        padding: 0;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item {
        position: relative;
        display: block;
        width: 24.5%;
        margin-bottom: 0;
        padding: 55px 40px 55px 26px;
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item:after {
        position: absolute;
        top: 55px;
        right: 40px;
        content: "";
        display: block;
        width: 15px;
        height: 12px;
        background-image: url('../images/cloud/arrow-right.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item:hover:after {
        background-position: 0 -12px;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item h4 {
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-guidance .ai-guidance-inner .ai-guidance-list .ai-guidance-item .item-desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 22px;
    }
}

.main-content .ai-combo {
    width: 100%;
    padding-top: 60px;
}

.main-content .ai-combo .title {
    width: 100%;
    margin-bottom: 20px;
}

.main-content .ai-combo .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    text-align: center;
}

.main-content .ai-combo .title .desc {
    font-size: 12px;
    color: #787878;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
}

.main-content .ai-combo .ai-combo-wrapper {
    width: 100%;
    background: rgba(248,248,248,0);
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content b {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content .ai-combo-content-desc {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    word-break: break-all;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character {
    margin-bottom: 40px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    padding-bottom: 14px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list .character-item {
    position: relative;
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list .character-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background-image: url('../images/idc-bandwidth/icon-character.png');
    background-repeat: no-repeat;
    background-size: 16px 15px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products {
    width: 100%;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-title {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} 

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item {
    display: block;
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .img-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .img-wrapper img {
    object-fit: scale-down;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text .product-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text .product-item-desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right {
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-title {
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-price {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-price span {
    font-size: 18px;
    color: #FF6A00;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item {
    width: 48%;
    margin-top: 24px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item .option-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item .option-value {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns a:not(first-child) {
    margin-right: 11px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns .default-btn {
    padding: 10px 18px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
}

.main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns .org-btn {
    padding: 10px 18px;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.main-content .ai-combo .ai-combo-bottom-tips {
    width: calc(100% - var(--grid-style3-margin) * 2);
    padding: 0 4px;
    margin: 20px auto 0 auto;
    color: #48a150;
    font-size: 12px;
}

.main-content .ai-combo .ai-combo-bottom-tips a {
    color: #1366EC;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .main-content .ai-combo {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .ai-combo .title {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .main-content .ai-combo .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .ai-combo .title .desc {
        font-size: 14px;
        color: #787878;
        text-align: center;
        line-height: 1;
        padding: 0;
    }
    
    .main-content .ai-combo .ai-combo-wrapper {
        width: 100%;
        background: rgba(248,248,248,0);
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left {
        width: 50%;
        padding-top: 50px;
        padding-right: 70px;
        padding-bottom: 50px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content {
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content b {
        margin-bottom: 28px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-content .ai-combo-content-desc {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 24px;
        word-break: break-all;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character {
        margin-bottom: 40px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-title {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        padding-bottom: 14px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list .character-item {
        position: relative;
        margin-top: 10px;
        padding-left: 40px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .ai-combo-character .ai-combo-character-list .character-item:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 16px;
        height: 15px;
        background-image: url('../images/idc-bandwidth/icon-character.png');
        background-repeat: no-repeat;
        background-size: 16px 15px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products {
        width: 100%;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-title {
        margin-bottom: 26px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    } 
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item {
        display: block;
        width: 32%;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .img-wrapper {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text .product-item-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-left .related-products .related-products-list .product-item .product-item-text .product-item-desc {
        font-size: 12px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right {
        width: 50%;
        padding-top: 0;
        padding-left: 60px;
        padding-bottom: 40px;
        padding-right: 0;
        border-left: 1px solid #EFEFEF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item {
        width: 100%;
        padding-bottom: 28px;
        padding-top: 32px;
        border-bottom: 1px solid #ECECEC;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 3px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-title {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-price {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-item-top .combo-price span {
        font-size: 18px;
        color: #FF6A00;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item {
        width: 50%;
        margin-top: 24px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item .option-title {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-list .ai-combo-item .combo-option .combo-option-item .option-value {
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns a:not(first-child) {
        margin-right: 11px;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns .default-btn {
        padding: 14px 24px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 0;
    }
    
    .main-content .ai-combo .ai-combo-wrapper .ai-combo-inner .ai-combo-right .ai-combo-btns .org-btn {
        padding: 14px 24px;
        background: #FFFFFF;
        border: 1px solid #FF6A00;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        line-height: 1;
    }
    
    .main-content .ai-combo .ai-combo-bottom-tips {
        width: calc(100% - var(--grid-style3-margin) * 2);
        padding: 0;
        margin: 20px auto 0 auto;
        color: #48a150;
        font-size: 12px;
    }
    
    .main-content .ai-combo .ai-combo-bottom-tips a {
        color: #1366EC;
        text-decoration: underline;
    }
}

.main-content .ai-feature {
    width: 100%;
    padding-top: 60px;
}

.main-content .ai-feature .feature-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .ai-feature .feature-inner .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .ai-feature .feature-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    text-align: center;
}

.main-content .ai-feature .feature-inner .feature-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .ai-feature .feature-inner .feature-table .table-top {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-blank {
    width: calc(100% / 6);
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}


.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column1,
.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column2,
.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column3,
.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 6);
    height: 100%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.t-border {
    border-left: 1px solid #F0F0F0;
}
.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.yel{
    background: #C7EEFF;
    border: 1px solid #68A2FF;
}
.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.green{
    background: #BEE6B3;
    border: 1px solid #ACDAB6;
}

.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column1 {
    background: #C4EACC;
    border: 1px solid #ACDAB6;
}

.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column2 {
    background: #BADEFF;
    border: 1px solid #A0CCF4;
}

.main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column3 {
    background: #8DB9FF;
    border: 1px solid #68A2FF;
}

.main-content .ai-feature .feature-inner .feature-table .table-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row:last-child {
    border-bottom: none;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content,
.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content,
.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service-add {
    width: calc(100% / 6);
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1;
    font-size: 14px;
    color: #181818;
    text-align: center;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service-add.t-border {
    border-right: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content {
    border-right: 1px solid #F0F0F0;
    font-weight: 600;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content {
    border-right: 1px solid #F0F0F0;
}

.main-content .ai-feature .feature-inner .feature-table .table-content .green {
    color: #69C14B !important;
}

.main-content .sence.ai-train .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro {
    padding-bottom: 60px;
}

.main-content .sence.ai-train .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage {
    margin-top: 40px;
    border-bottom: none !important;
}

@media (min-width: 768px) {
    .main-content .ai-feature {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .ai-feature .feature-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .ai-feature .feature-inner .title {
        width: 100%;
        margin-bottom: 100px;
    }
    
    .main-content .ai-feature .feature-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        text-align: center;
    }
    
    .main-content .ai-feature .feature-inner .feature-table {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-top {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-blank {
        width: calc(100% / 6);
        height: 100%;
        line-height: 48px;
        padding-left: 47px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        text-align: start;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column1,
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column2,
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column3,
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: calc(100% / 6);
        height: 100%;
        line-height: 48px;
        padding-left: 50px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        text-align: start;
    }
    
    
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.t-border {
        border-left: 1px solid #F0F0F0;
    }
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.yel{
        background: #C7EEFF;
        border: 1px solid #68A2FF;
    }
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-add.green{
        background: #BEE6B3;
        border: 1px solid #ACDAB6;
    }
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column1 {
        background: #C4EACC;
        border: 1px solid #ACDAB6;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column2 {
        background: #BADEFF;
        border: 1px solid #A0CCF4;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-top .table-top-title-column3 {
        background: #8DB9FF;
        border: 1px solid #68A2FF;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        border-bottom: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        border-right: 1px solid #EFEFEF;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row:last-child {
        border-bottom: none;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content,
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content,
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content,
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content,
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service-add {
        width: calc(100% / 6);
        padding-left: 50px;
        padding-top: 18px;
        padding-bottom: 18px;
        line-height: 1;
        font-size: 14px;
        color: #181818;
        text-align: start;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service-add.t-border {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service1-content {
        border-right: 1px solid #F0F0F0;
        font-weight: 600;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service2-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service3-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .table-service-details .table-service-row .detail-service4-content {
        border-right: 1px solid #F0F0F0;
    }
    
    .main-content .ai-feature .feature-inner .feature-table .table-content .green {
        color: #69C14B !important;
    }
    
    .main-content .sence.ai-train .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-intro {
        padding-bottom: 60px;
    }
    
    .main-content .sence.ai-train .sence-content-wrapper .sence-list .sence-item .sence-content-right .sence-advantage {
        margin-top: 40px;
        border-bottom: none !important;
    }
}
/* AI智算 end */

/* 域名 begin */
.main-banner.domain-banner {
    margin-bottom: 70px;
    height: 560px;
}

.main-banner.domain-banner .banner-inner {
    position: relative;
}

.main-banner.domain-banner .banner-inner h1 {
    margin-bottom: 16px;
}

.domain-banner .banner-inner form {
    position: relative;
    width: 100%;
    height: 56px;
    margin-top: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #FF6A00;
    background: #FFFFFF;
}

.domain-banner .banner-inner form input[name='domain'] {
    height: 100%;
    width: calc(100% - 160px);
    padding: 0 6px;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.domain-banner .banner-inner form .domain-suffix {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80px;
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.domain-banner .banner-inner form .domain-suffix span {
    font-size: 18px;
    color: #181818;
    line-height: 1;
}

.domain-banner .banner-inner form input[type='submit'] {
    width: 80px;
    height: 100%;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6A00;
}

.domain-banner .banner-inner .domain-activity {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 350px;
}

.domain-banner .banner-inner .domain-activity .domain-activity-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: 100%;
    margin-bottom: 10px;
    padding: 24px 70px 0 70px;
    background: linear-gradient(0deg, #F7FBFF, #FFFFFF);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.1);
}

.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item b {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
}

.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc em {
    color: #FF6A00;
    font-style: normal;
}

.main-content .recommand-domain {
    width: 100%;
    padding-top: 20px;
}

.main-content .recommand-domain .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .recommand-domain .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #181818;
}

.main-content .recommand-domain .title .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #787878;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner {
    width: 100%;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px;
    margin-bottom: 10px;
    border: 1px solid #EFEFEF;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title {
    width: 100%;
    height: 38px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel {
    position: relative;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org:after {
    position: absolute;
    top: 1px;
    left: calc(100% + 10px);
    content: attr(data-tag);
    display: block;
    padding: 4px;
    background: #FF6A00;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel:after {
    position: absolute;
    top: 1px;
    left: calc(100% + 10px);
    content: attr(data-tag);
    display: block;
    padding: 4px;
    background: #FFAA45;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-desc {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    word-break: break-all;
    line-height: 26px;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
    width: 50px;
    margin-right: 10px;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num span {
    font-size: 24px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #FF6A00;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    background: #FFFFFF;
    text-align: center;
    transition: background .3s;
}

.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn:hover {
    background: #FF6A00;
    color: #FFFFFF;
}

.main-content .hot-product {
    width: 100%;
    padding-top: 40px;
}

.main-content .hot-product .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .hot-product .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #181818;
}

.main-content .hot-product .title .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #787878;
    line-height: 1;
}

.main-content .hot-product .hot-product-menu {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #FAFAFA;
    overflow-x: auto;
}

.main-content .hot-product .hot-product-menu a {
    width: 25%;
    height: 64px;
    flex-shrink: 0;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .hot-product .hot-product-menu a.active {
    color: #FFFFFF;
    background: #FF6A00;
    box-shadow: 0px 0px 16px 0px rgba(255,106,0,0.26);
}

.main-content .hot-product .hot-product-inner {
    width: 100%;
    margin-top: 0;
    padding: 36px 0;
    background: #FAFAFA;
}

.main-content .hot-product .hot-product-inner .hot-product-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: none;
}

.main-content .hot-product .hot-product-inner .hot-product-list.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 38px 30px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title {
    width: 100%;
    overflow: hidden;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title b {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 15px;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title .hot-product-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 5px;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item {
    position: relative;
    width: 100%;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 4px;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper p {
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper .option-item-normal {
    width: calc(100% - 80px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag {
    width: 100%;
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag span {
    display: block;
    padding: 4px 7px;
    background: #EFF3FF;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price {
    width: 100%;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span.icon {
    margin-right: 6px;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
    font-weight: 600;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span {
    font-size: 24px;
    color: #FF7E24;
    line-height: 1;
    font-weight: 600;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-more-info {
    margin-left: 14px;
    padding: 4px 9px;
    background: rgba(255, 106, 0, 0.14);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FF6A00;
    text-align: center;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-title {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-num {
    line-height: 1;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-decoration: line-through;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a {
    width: 46%;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-default {
    border: 1px solid #FF6A00;
    background: #FFFFFF;
    color: #FF6A00;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s 0s;
}

.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-org {
    background: #FF6A00;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.main-content .build-step {
    width: 100%;
    padding-top: 40px;
}

.main-content .build-step .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .build-step .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 28px;
}

.main-content .build-step .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1;
}

.main-content .build-step .build-step-inner {
    width: 100%;
}

.main-content .build-step .build-step-inner .build-step-content {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top {
    display: none;
    width: 100%;
    height: 120px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.66%;
    height: 120px;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    margin: auto 0;
    display: block;
    content: "";
    width: 12px;
    height: 11px;
    background-image: url('../images/domain/build-step-arrow.png');
    background-repeat: no-repeat;
    background-size: 12px 11px;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:last-child:after {
    display: none;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item .img-wrapper {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item p {
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-left: 0.5px solid #E5E5E5;
    border-right: 0.5px solid #E5E5E5;
    border-bottom: 0.5px solid #E5E5E5;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding: 46px 24px;
    border-top: 1px solid #E5E5E5;
    border-left: 0.5px solid #E5E5E5;
    border-right: 0.5px solid #E5E5E5;
    border-bottom: 0.5px solid #E5E5E5;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:after {
    position: absolute;
    top: 46px;
    right: 1px;
    display: inline-block;
    content: attr(data-num);
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #F6F6F6;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text {
    width: 100%;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
    padding-bottom: 16px;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 22px;
    height: 3px;
    background: #FF6A00;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p {
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p em {
    font-style: normal;
    color: #FF6A00;
}

.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-btn {
    margin-top: 40px;
    padding: 10px 40px;
    border: 1px solid #FF6A00;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
}

.main-content .domain-help {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
}

.main-content .domain-help .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .domain-help .title h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.main-content .domain-help .title .desc {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #787878;
    text-align: center;
}

.main-content .domain-help .domain-help-inner {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .domain-help .domain-help-inner .domain-help-content {
    width: calc(100% - var(--grid-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .domain-help .domain-help-inner .domain-help-content .more-document {
    display: none;
    position: relative;
    height: 472px;
    width: 592px;
    background-image: url('../images/domain/domain-help-bg.png');
    background-repeat: no-repeat;
    background-size: 592px 472px;
}

.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
}

.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper .more-document-btn {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -28px;
    display: block;
    content: "";
    margin: auto 0;
    width: 12px;
    height: 10px;
    background-image: url("../images/common/icon-s-blue-arrow-right.png");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    transition: right 0.3s 0.1s;
}

.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:hover:after {
    right: -36px;
}

.main-content .domain-help .domain-help-inner .domain-help-content .document-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    padding-top: 10px;
}

.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item {
    width: 90%;
    margin: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item h5 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

@media (min-width: 768px) {
    .main-banner.domain-banner {
        margin-bottom: 70px;
        height: 320px;
    }
    
    .main-banner.domain-banner .banner-inner {
        position: relative;
    }
    
    .main-banner.domain-banner .banner-inner h1 {
        margin-bottom: 16px;
    }
    
    .domain-banner .banner-inner form {
        position: relative;
        width: 710px;
        height: 56px;
        margin-top: 22px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 2px solid #FF6A00;
        background: #FFFFFF;
    }
    
    .domain-banner .banner-inner form input[name='domain'] {
        height: 100%;
        width: 500px;
        padding: 0 20px;
        outline: none;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    
    .domain-banner .banner-inner form .domain-suffix {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100px;
        height: 100%;
        padding: 0 16px;
        border-right: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
    }
    
    .domain-banner .banner-inner form .domain-suffix span {
        font-size: 18px;
        color: #181818;
        line-height: 1;
    }
    
    .domain-banner .banner-inner form .domain-suffix .icon-arrow-down {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        content: "";
        display: block;
        width: 12px;
        height: 8px;
        background-image: url('../images/domain/arrow-down.png');
        background-repeat: no-repeat;
        background-size: 12px 8px;
    }
    
    .domain-banner .banner-inner form input[type='submit'] {
        width: calc(100% - 600px);
        height: 100%;
        outline: none;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        background: #FF6A00;
    }
    
    .domain-banner .banner-inner .domain-activity {
        position: absolute;
        bottom: -70px;
        width: 100%;
        height: 100px;
    }
    
    .domain-banner .banner-inner .domain-activity .domain-activity-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 32.5%;
        height: 100%;
        margin-bottom: 0;
        padding: 24px 70px 0 70px;
        background: linear-gradient(0deg, #F7FBFF, #FFFFFF);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.1);
    }
    
    .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item b {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc em {
        color: #FF6A00;
        font-style: normal;
    }
    
    .main-content .recommand-domain {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .recommand-domain .title {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .main-content .recommand-domain .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1;
        text-align: center;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .recommand-domain .title .desc {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner {
        width: 100%;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        border: 0.5px solid #EFEFEF;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 50px 2.5%;
        margin-bottom: 0;
        border: 0.5px solid #EFEFEF;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title {
        width: 100%;
        height: 38px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span {
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        color: #181818;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org,
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel {
        position: relative;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org:after {
        position: absolute;
        top: 1px;
        left: calc(100% + 10px);
        content: attr(data-tag);
        display: block;
        padding: 4px;
        background: #FF6A00;
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel:after {
        position: absolute;
        top: 1px;
        left: calc(100% + 10px);
        content: attr(data-tag);
        display: block;
        padding: 4px;
        background: #FFAA45;
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-desc {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        word-break: break-all;
        line-height: 26px;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price,
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price {
        margin-bottom: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title,
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
        width: 50px;
        margin-right: 10px;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num span {
        font-size: 24px;
        font-weight: 400;
        color: #FF6A00;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-num {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-decoration: line-through;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn {
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
        border: 1px solid #FF6A00;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        background: #FFFFFF;
        text-align: center;
        transition: background .3s;
    }
    
    .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn:hover {
        background: #FF6A00;
        color: #FFFFFF;
    }
    
    .main-content .hot-product {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .hot-product .title {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .main-content .hot-product .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1;
        text-align: center;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .hot-product .title .desc {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-menu {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        background: #FAFAFA;
    }
    
    .main-content .hot-product .hot-product-menu a {
        width: 25%;
        height: 64px;
        line-height: 64px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .hot-product .hot-product-menu a.active {
        color: #FFFFFF;
        background: #FF6A00;
        box-shadow: 0px 0px 16px 0px rgba(255,106,0,0.26);
    }
    
    .main-content .hot-product .hot-product-inner {
        width: 100%;
        margin-top: 50px;
        padding: 36px 0;
        background: #FAFAFA;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: none;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list.show {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item {
        width: 24.5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 38px 30px;
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title {
        width: 100%;
        overflow: hidden;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title b {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title .hot-product-desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        margin-bottom: 5px;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item {
        position: relative;
        width: 100%;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        margin-top: 4px;
        padding: 20px 0;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper p {
        width: 80px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper .option-item-normal {
        width: calc(100% - 80px);
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag {
        width: 100%;
        margin: 14px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag span {
        display: block;
        padding: 4px 7px;
        background: #EFF3FF;
        margin-right: 5px;
        margin-bottom: 7px;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price {
        width: 100%;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num {
        margin-left: 11px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span.icon {
        margin-right: 6px;
        font-size: 14px;
        color: #FF7E24;
        line-height: 1;
        font-weight: 600;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span {
        font-size: 24px;
        color: #FF7E24;
        line-height: 1;
        font-weight: 600;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-more-info {
        margin-left: 14px;
        padding: 4px 9px;
        background: rgba(255, 106, 0, 0.14);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #FF6A00;
        text-align: center;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price {
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-title {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-num {
        line-height: 1;
        margin-left: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-decoration: line-through;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a {
        width: 46%;
        padding: 10px 0;
        text-align: center;
        overflow: hidden;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-default {
        border: 1px solid #FF6A00;
        background: #FFFFFF;
        color: #FF6A00;
        font-size: 14px;
        font-weight: 400;
        transition: all .3s 0s;
    }
    
    .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-org {
        background: #FF6A00;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .main-content .build-step {
        width: 100%;
        padding-top: 120px;
    }
    
    .main-content .build-step .title {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .main-content .build-step .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .build-step .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .build-step .build-step-inner {
        width: 100%;
    }
    
    .main-content .build-step .build-step-inner .build-step-content {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        height: 120px;
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.66%;
        height: 120px;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -6px;
        margin: auto 0;
        display: block;
        content: "";
        width: 12px;
        height: 11px;
        background-image: url('../images/domain/build-step-arrow.png');
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:last-child:after {
        display: none;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item .img-wrapper {
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item p {
        font-size: 14px;
        font-weight: 500;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        border-left: 0.5px solid #E5E5E5;
        border-right: 0.5px solid #E5E5E5;
        border-bottom: 0.5px solid #E5E5E5;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 16.66%;
        padding: 46px 24px;
        border-top: 1px solid #E5E5E5;
        border-left: 0.5px solid #E5E5E5;
        border-right: 0.5px solid #E5E5E5;
        border-bottom: 0.5px solid #E5E5E5;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:after {
        position: absolute;
        top: 46px;
        right: 1px;
        display: inline-block;
        content: attr(data-num);
        font-size: 48px;
        line-height: 1;
        font-weight: 400;
        color: #F6F6F6;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text {
        width: 100%;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4 {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #181818;
        line-height: 1;
        padding-bottom: 16px;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        width: 22px;
        height: 3px;
        background: #FF6A00;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p {
        padding-top: 16px;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
        line-height: 24px;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-btn {
        margin-top: 40px;
        padding: 10px 40px;
        border: 1px solid #FF6A00;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
        line-height: 1;
    }
    
    .main-content .domain-help {
        width: 100%;
        padding-top: 100px;
        margin-bottom: 80px;
    }
    
    .main-content .domain-help .title {
        width: 100%;
        margin-bottom: 60px;
    }
    
    .main-content .domain-help .title h1 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1;
        font-weight: 400;
        color: #181818;
        text-align: center;
    }
    
    .main-content .domain-help .title .desc {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        color: #787878;
        text-align: center;
    }
    
    .main-content .domain-help .domain-help-inner {
        width: 100%;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content {
        width: calc(100% - var(--grid-margin) * 2);
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .more-document {
        display: block;
        position: relative;
        height: 472px;
        width: 592px;
        background-image: url('../images/domain/domain-help-bg.png');
        background-repeat: no-repeat;
        background-size: 592px 472px;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper {
        position: absolute;
        bottom: 56px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper .more-document-btn {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -28px;
        display: block;
        content: "";
        margin: auto 0;
        width: 12px;
        height: 10px;
        background-image: url("../images/common/icon-s-blue-arrow-right.png");
        background-repeat: no-repeat;
        background-size: 12px 10px;
        transition: right 0.3s 0.1s;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:hover:after {
        right: -36px;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .document-list {
        width: calc(100% - 592px);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding-top: 10px;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item {
        width: 36%;
        margin: 50px 70px 0 30px;
        border: none;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item h5 {
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item .item-desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
}
/* 域名 end */
/* 备案 begin */
.main-banner.beian-banner {
    margin-bottom: 100px;
}

.main-banner.beian-banner .banner-inner {
    position: relative;
}

.main-banner.beian-banner .banner-inner .title-wrapper {
    margin-top: 35px;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-banner.beian-banner .banner-inner .title-wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    color: #181818;
}

.main-banner.beian-banner .banner-inner .title-wrapper .beian-video-btn {
    position: relative;
    margin-left: 25px;
    padding: 10px 18px 10px 37px;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
}

.main-banner.beian-banner .banner-inner .title-wrapper .beian-video-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/beian/beian-video-btn.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.main-banner.beian-banner .banner-inner .beian-banner-info {
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 140px;
    padding: 20px 15px;
    background: linear-gradient(0deg, #F7FBFF, #FFFFFF);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.1);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.main-banner.beian-banner .banner-inner .beian-banner-info .beian-info-item {
    position: relative;
    width: 33.33%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 70px;
}

.main-banner.beian-banner .banner-inner .beian-banner-info .beian-info-item .img-wrapper {
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner.beian-banner .banner-inner .beian-banner-info .beian-info-item .beian-info-text {
    padding-left: 16px;
    padding-top: 15px;
}

.main-banner.beian-banner .banner-inner .beian-banner-info .beian-info-item .beian-info-text b {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 14px;
}

.main-banner.beian-banner .banner-inner .beian-banner-info .beian-info-item .beian-info-text p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 18px;
}

.main-content .beian-step {
    width: 100%;
    padding-top: 120px;
}

.main-content .beian-step .title {
    margin-bottom: 60px;
}

.main-content .beian-step .title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
}

.main-content .beian-step .beian-step-inner {
    width: 100%;
    padding-top: 20px;
}

.main-content .beian-step .beian-step-inner .beian-step-content {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-num {
    font-size: 32px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 24px;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-dot-line {
    position: relative;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #FF6A00;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-dot-line:before {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #FF6A00;
    border-radius: 50px;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-text {
    margin-top: 24px;
    padding: 0 60px;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-text b {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-list .beian-step-item .step-text p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info {
    width: 100%;
    height: 240px;
    margin-top: 50px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-btns a {
    width: 248px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-btns a.org-btn {
    background: #FF6F09;
    color: #FFFFFF;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-btns a.default-btn {
    margin-top: 22px;
    border: 1px solid #FF6F09;
    color: #FF6F09;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-qrcode {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-qrcode .qrcode-wrapper {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-qrcode .qrcode-wrapper img {
    width: 140px;
    height: 140px;
}

.main-content .beian-step .beian-step-inner .beian-step-content .beian-step-info .beian-step-qrcode .qrcode-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .beian-guide {
    width: 100%;
    padding-top: 120px;
}

.main-content .beian-guide .title {
    width: 100%;
    margin-bottom: 40px;
}

.main-content .beian-guide .title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 1;
}

.main-content .beian-guide .beian-guide-inner {
    width: calc(100% - var(--grid-margin) * 2);
}

.main-content .beian-guide .beian-guide-inner .tab-list {
    width: 100%;
}

.main-content .beian-guide .beian-guide-inner .tab-list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.main-content .beian-guide .beian-guide-inner .tab-list ul li {
    margin: 0px 40px;
    height: 60px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    cursor: pointer;
}

.main-content .beian-guide .beian-guide-inner .tab-list ul li.active {
    position: relative;
    color: #FF6F09;
}

.main-content .beian-guide .beian-guide-inner .tab-list ul li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 59px;
    height: 4px;
    background: #FF6F09;
}

.main-content .beian-guide .beian-guide-inner .tab-content {
    width: 100%;
    height: 500px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub {
    height: 100%;
    width: 100%;
    display: none;
    justify-content: flex-start;
    align-content: flex-start;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub.show {
    display: flex !important;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub-head {
    width: 480px;
    height: 100%;
    padding-top: 30px;
    padding-left: 240px;
    background-image: url('../images/beian/beian-guide-bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
    list-style: none;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub-head li {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 1;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub-head li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background-image: url('../images/beian/icon-arrow-s-right.png');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 0 0;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub-head li.active {
    background: #FFFFFF;
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub-head li.active:after {
    background-image: url('../images/beian/icon-arrow-s-right.png');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 0 -10px;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub {
    width: calc(100% - 480px);
    height: 100%;
    padding-right: 240px;
    padding-top: 50px;
    padding-left: 50px;
    background: #FFFFFF;
    overflow: scroll;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item {
    display: none;
    min-height: 100%;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item.show {
    display: block;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item .sub-item-module {
    padding: 22px 0;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item .sub-item-module:first-child {
    padding-top: 0;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item strong {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    padding-bottom: 10px;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.main-content .beian-guide .beian-guide-inner .tab-content .content-sub .sub .sub-item a {
    color: #FF6A00;
    border-bottom: 1px solid #FF6A00;
}
/* 备案 end */

/* 解决方案页面 begin */
.solution-page .solution-content-wrapper {
    width: calc(100% - var(--grid-margin) * 2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-content-wrapper .solution-nav {
    position: sticky;
    top: 10px;
    width: 200px;
    padding-top: 68px;
    padding-right: 30px;
}

.solution-page .solution-content-wrapper .solution-nav strong {
    display: inline-block;
    width: 100%;
    padding: 13px 0 13px 32px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    background: #FF6A00;
    margin-bottom: 20px;
}

.solution-page .solution-content-wrapper .solution-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}

.solution-page .solution-content-wrapper .solution-nav ul li {
    width: 100%;
    margin: 15px 0;
    padding-left: 32px;
}

.solution-page .solution-content-wrapper .solution-nav ul li a {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.solution-page .solution-content-wrapper .solution-nav ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto 0;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: #B8B8B8;
}

.solution-page .solution-content-wrapper .solution-nav ul li.active a:before {
    background: #1366EC;
}

.solution-page .solution-content-wrapper .solution-nav ul li.active a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #B8B8B8;
}

.solution-page .solution-content-wrapper .solution-content {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 68px 240px 50px 40px;
}

.solution-page .solution-content-wrapper .solution-content .solution-title {
    width: 100%;
}

.solution-page .solution-content-wrapper .solution-content .solution-title h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    color: #181818;
}

.solution-page .solution-content-wrapper .solution-content .solution-title .solution-intro {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 26px;
}

.solution-page .solution-content-wrapper .solution-content .solution-title .solution-tips {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.solution-page .solution-content-wrapper .solution-content .sub-item {
    width: 100%;
    padding-top: 150px;
}

.solution-page .solution-content-wrapper .solution-content .sub-item .sub-title {
    width: 100%;
    margin-bottom: 56px;
}

.solution-page .solution-content-wrapper .solution-content .sub-item .sub-title h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.solution-page .solution-content-wrapper .solution-content .sub-item .sub-title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list {
    width: 100%;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item {
    width: 30%;
    margin: 40px 1.6%;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item .img-wrapper {
    height: 140px;
    width: 100%;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item .img-wrapper img {
    height: 100%;
    width: 100%;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-text {
    width: 100%;
    padding: 30px 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-text b {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-text .text-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-list {
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #EFEFEF;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-list .solution-topology-item {
    margin-top: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-list .solution-topology-item:first-child {
    margin-top: 20px;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-list .solution-topology-item .solution-topology-num {
    font-size: 48px;
    font-weight: bold;
    color: #C6C6C6;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-list .solution-topology-item .solution-topology-title {
    width: 164px;
    margin-left: 40px;
    margin-right: 136px;
    font-size: 24px;
    font-weight: 600;
    color: #787878;
    line-height: 24px;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-img {
    width: 100%;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-img .img-wrapper {
    width: 100%;
    padding: 30px 35px;
    border: 1px solid #EFEFEF;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-img .img-wrapper img {
    width: 100%;
    object-fit: contain;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-img .solution-topology-img-tips {
    width: 100%;
    margin-top: 20px;
}

.solution-page .solution-content-wrapper .solution-content .solution-topology .solution-topology-img .solution-topology-img-tips p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item {
    width: 49%;
    margin-top: 60px;
}


.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item:nth-child(-n+2){
    margin-top: 0;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item:nth-child(2n+1) {
    margin-right: 2%;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item .img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item .img-wrapper img {
    width: 100%;
    object-fit: contain;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item b {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 64px;
}

.solution-page .solution-content-wrapper .solution-content .solution-value .solution-value-list .solution-value-item p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 25px;
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item .img-wrapper {
    width: 233px;
    height: 127px;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item .solution-sence-text {
    width: calc(100% - 233px - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item .solution-sence-text b {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    color: #181818;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 2px;
}

.solution-page .solution-content-wrapper .solution-content .solution-sence .solution-sence-list .solution-sence-item .solution-sence-text p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 60px;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item {
    width: 32%;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .img-wrapper {
    width: 100%;
    height: 250px;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .item-txt {
    margin-top: 16px;
    min-height: 160px;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .item-txt b {
    display: inline-block;
    line-height: 70px;
    font-weight: 400;
    font-size: 24px;
    color: #181818;
    overflow: hidden;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .item-txt p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .more-btn {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #004ECD;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item .more-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -26px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url('../images/common/icon-solution-case-arrow.png');
    background-repeat: no-repeat;
    background-size: 13px 12px;
    transition: right 0.3s;
}

.solution-page .solution-content-wrapper .solution-content .solution-case .solution-case-list .solution-case-item:hover .more-btn:after {
    right: -38px;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 24.25%;
    padding-top: 40px;
    padding-bottom: 49px;
    border: 1px solid #E6E6E6;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .img-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .recommand-item-name {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .recommand-item-name:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    z-index: -1;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .recommand-item-name b {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FF6A00;
    background: #FFFFFF;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .recommand-item-desc {
    min-height: 72px;
    margin-top: 10px;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    padding: 0 26px;
    text-align: center;
}

.solution-page .solution-content-wrapper .solution-content .solution-recommand .recommand-list .recommand-item .recommand-item-more {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 11px;
    background-image: url('../images/common/icon-solution-recommand-arrow.png');
    background-repeat: no-repeat;
    background-size: 13px 11px;
}

.solution-page .solution-bottom-wrapper {
    width: 100%;
    min-height: 386px;
    background-image: url('../images/common/solution-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.solution-page .solution-bottom-wrapper .solution-bottom {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.solution-page .solution-bottom-wrapper .solution-bottom b {
    display: inline-block;
    font-weight: 600;
    font-size: 40px;
    color: #3E3E3E;
    line-height: 80px;
}

.solution-page .solution-bottom-wrapper .solution-bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #3E3E3E;
    line-height: 22px;
}

.solution-page .solution-bottom-wrapper .solution-bottom .chat-btn {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 40px;
    margin-top: 40px;
    padding-left: 45px;
    background: linear-gradient(90deg, #FF6A00, #FFA200);
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.solution-page .solution-bottom-wrapper .solution-bottom .chat-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 140px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url('../images/common/icon-solution-bottom-arrow.png');
    background-repeat: no-repeat;
    background-size: 14px 10px;
    transition: left 0.3s;
}

.solution-page .solution-bottom-wrapper .solution-bottom .chat-btn:hover:after {
    left: 160px;
}

.solution-page .solution-detail-top {
    width: 100%;
}

.solution-page .solution-detail-top .solution-detail-bread {
    padding: 20px 0;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.solution-page .solution-detail-top .solution-detail-bread li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    padding-right: 20px;
}

.solution-page .solution-detail-top .solution-detail-bread li:after {
    position: relative;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    content: ">";
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.solution-page .solution-detail-top .solution-detail-bread li:last-child:after {
    display: none;
}

.solution-page .solution-detail-top .solution-detail-bread li:last-child {
    padding-right: 0;
}

.solution-page .solution-detail-top .solution-detail-bread li.gray {
    color: #787878;
}

.solution-page .solution-detail-top .top-banner {
    width: 100%;
    height: 140px;
}

.solution-page .solution-detail-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-detail-wrapper .solution-detail-left {
    width: calc(100% - 480px);
    padding-right: 70px;
    margin-top: 30px;
    border-right: 1px solid #F0F0F0;
}

.solution-page .solution-detail-wrapper .solution-detail-left .solution-detail-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    padding-bottom: 30px;
    border-bottom: 1px dashed #E6E6E6;
}

.solution-page .solution-detail-wrapper .solution-detail-left .solution-detail-content {
    padding-top: 40px;
    width: 100%;
}

.solution-page .solution-detail-wrapper .solution-detail-left .solution-detail-content img {
    max-width: 100%;
    object-fit: contain;
}

.solution-page .solution-detail-wrapper .solution-detail-left .solution-detail-content p {
    padding-bottom: 1rem;
}

.solution-page .solution-detail-wrapper .solution-detail-left .solution-detail-content h1 {
    padding-bottom: 0.5rem;
}

.solution-page .solution-detail-wrapper .solution-detail-right {
    width: 480px;
    padding: 0 55px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-title {
    font-weight: 600;
    font-size: 16px;
    color: #181818;
    padding-bottom: 30px;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-list .solution-related-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-list .solution-related-item .img-wrapper {
    width: 100%;
    margin-bottom: 12px;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-list .solution-related-item .img-wrapper img {
    width: 100%;
    object-fit: contain;
}

.solution-page .solution-detail-wrapper .solution-detail-right .solution-related-list .solution-related-item .related-item-title {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}
/* 解决方案页面 end */

/* 通用产品模版 begin */
.main-content .common-overview {
    width: 100%;
    padding-top: 20px;
}

.main-content .common-overview.common-overview-top {
    padding-top: 0;
}

.main-content .common-overview .title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.main-content .common-overview .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
}

.main-content .common-overview .overview-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FAFAFA;
}

.main-content .common-overview .overview-wrapper .overview-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 20px auto 0 auto;
}

.main-content .common-overview .overview-wrapper .overview-inner .overview-txt {
    width: 100%;
    margin-bottom: 28px;
    padding: 0 var(--grid-style1-margin);
}

.main-content .common-overview .overview-wrapper .overview-inner .overview-txt p {
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.main-content .common-overview .overview-wrapper .overview-inner .overview-img {
    width: 100%;
    padding: 24px var(--grid-style1-margin);
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-overview .overview-wrapper .overview-inner .overview-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .main-content .common-overview {
        width: 100%;
        padding-top: 40px;
    }
    
    .main-content .common-overview.common-overview-top {
        padding-top: 0;
    }
    
    .main-content .common-overview .title {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    
    .main-content .common-overview .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-overview .overview-wrapper {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #FAFAFA;
    }
    
    .main-content .common-overview .overview-wrapper .overview-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 40px auto 0 auto;
    }
    
    .main-content .common-overview .overview-wrapper .overview-inner .overview-txt {
        width: 100%;
        margin-bottom: 28px;
        padding: 0 var(--grid-style1-margin);
    }
    
    .main-content .common-overview .overview-wrapper .overview-inner .overview-txt p {
        line-height: 26px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .common-overview .overview-wrapper .overview-inner .overview-img {
        width: 100%;
        padding: 24px var(--grid-style1-margin);
        border: 1px solid #EFEFEF;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-overview .overview-wrapper .overview-inner .overview-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.main-content .common-advantage {
    width: 100%;
    padding-top: 40px;
}

.main-content .common-advantage .title {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

.main-content .common-advantage .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-advantage .title .desc {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
}

.main-content .common-advantage .common-advantage-wrapper {
    width: 100%;
    background: rgba(248,248,248,0);
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-last-child(1),
.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-last-child(2) {
    border-bottom: none;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content {
    margin-top: 40px;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn {
    position: relative;
    padding: 7px 48px 7px 28px;
    border: 1px solid #3575F5;
    font-size: 14px;
    line-height: 1;
    color: #3575F5;
    transition: all 0.3s;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:hover {
    color: #FFFFFF;
    background: #3575F5;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    background-image: url('../images/common/icon-advantage-more-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:hover:after {
    background-position: 0px -10px;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .img-wrapper {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .img-wrapper img {
    width: auto;
    height: 100%;
    object-fit: scale-down;
}

.main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .advantage-item-txt {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .main-content .common-advantage {
        width: 100%;
        padding-top: 40px;
    }
    
    .main-content .common-advantage .title {
        width: 100%;
        padding: 80px 0;
        margin: 0 auto;
    }
    
    .main-content .common-advantage .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-advantage .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
        padding: 0;
    }
    
    .main-content .common-advantage .common-advantage-wrapper {
        width: 100%;
        background: rgba(248,248,248,0);
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item {
        width: 50%;
        padding-top: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid #F4F4F4;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-child(2n-1) {
        padding-left: var(--grid-style3-margin);
        padding-right: 70px;
        border-right: 1px solid #F4F4F4;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-child(2n) {
        padding-right: var(--grid-style3-margin);
        padding-left: 70px;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-last-child(1),
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item:nth-last-child(2) {
        border-bottom: none;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item h4 {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content {
        margin-top: 40px;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn {
        position: relative;
        padding: 7px 48px 7px 28px;
        border: 1px solid #3575F5;
        font-size: 14px;
        line-height: 1;
        color: #3575F5;
        transition: all 0.3s;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:hover {
        color: #FFFFFF;
        background: #3575F5;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 24px;
        margin: auto 0;
        display: inline-block;
        content: "";
        width: 7px;
        height: 10px;
        background-image: url('../images/common/icon-advantage-more-arrow.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.more .more-content .more-btn:hover:after {
        background-position: 0px -10px;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .img-wrapper {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .img-wrapper img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }
    
    .main-content .common-advantage .common-advantage-wrapper .common-advantage-list .common-advantage-item.common-advantage-item-img .advantage-item-txt {
        width: calc(100% - 240px);
        margin-top: 0;
    }
}

/* 通用模块 特点 begin */
.main-content .common-character {
    width: 100%;
    padding-top: 20px;
}

.main-content .common-character .title {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-character .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-character .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 24px;
}

.main-content .common-character .common-character-wrapper {
    width: 100%;
    background: #FAFAFA;
    padding: 35px 0;
}

.main-content .common-character .common-character-wrapper .common-character-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item {
    width: 100%;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 40px 20px;
    background: #FFFFFF;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(3n+1) {
    border-left: 1px solid #EFEFEF;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(1) {
    border-top: 1px solid #EFEFEF;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title .img-wrapper {
    height: 48px;
    width: 48px;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title b {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.main-content .common-character .common-character-wrapper .common-character-list .common-character-item p {
    min-height: 86px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

@media (min-width: 768px) {
    .main-content .common-character {
        width: 100%;
        padding-top: 50px;
    }
    
    .main-content .common-character .title {
        width: 100%;
        padding: 80px 0;
    }
    
    .main-content .common-character .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-character .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .common-character .common-character-wrapper {
        width: 100%;
        background: #FAFAFA;
        padding: 35px 0;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: flex-start;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item {
        width: 33.33%;
        border-right: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        padding: 54px 40px;
        background: #FFFFFF;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(3n+1) {
        border-left: 1px solid #EFEFEF;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(1),
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(2),
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item:nth-child(3) {
        border-top: 1px solid #EFEFEF;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title {
        width: 100%;
        margin-bottom: 22px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title .img-wrapper {
        height: 48px;
        width: 48px;
        background: #F0F0F0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item .common-character-item-title b {
        margin-left: 20px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-character .common-character-wrapper .common-character-list .common-character-item p {
        min-height: 86px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
}
/* 通用模块 特点 end */

/* 通用模块 场景 begin */
.main-content .common-sence {
    padding-top: 20px;
    width: 100%;
}

.main-content .common-sence .title {
    padding: 30px 0;
    width: 100%;
}

.main-content .common-sence .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
}

.main-content .common-sence .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 24px;
}

.main-content .common-sence .sence-menu-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto 20px auto;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
}

.main-content .common-sence .sence-menu-list .sence-menu-item {
    cursor: pointer;
    margin-right: 16px;
    background: #F0F0F0;
    padding: 17px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    flex-shrink: 0;
}

.main-content .common-sence .sence-menu-list .sence-menu-item.active {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .common-sence .common-sence-wrapper {
    width: 100%;
    background: rgba(248, 248, 248, 0);
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    list-style: none;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li {
    width: 100%;
    display: none;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li.show {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-left {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right {
    width: 100%;
    padding: 20px 10px;
    border-left: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info {
    width: 100%;
    margin-bottom: 50px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info h4 {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2,
.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage {
    width: 100%;
    padding-bottom: 46px;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage.border-none {
    border-bottom: none;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-title,
.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-title {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #181818;
    padding-bottom: 6px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item {
    margin-top: 25px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item {
    width: 50%;
    margin-top: 25px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item:nth-child(2n+1){
    padding-left: 20px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name,
.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-name {
    height: 16px;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 8px;
    line-height: 16px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name:before,
.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-name:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    background: url("../images/sence/icon-advantage.png");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-text,
.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-text {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related {
    width: 100%;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .common-sence-related-title {
    padding: 32px 0;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list {
    display: flex;
    flex-wrap: wrap;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item {
    width: 164px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 7px;
    padding-left: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-img img {
    object-fit: contain;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-name {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #181818;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-btn .more-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    background: #FF6A00;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .main-content .common-sence {
        padding-top: 40px;
        width: 100%;
    }
    
    .main-content .common-sence .title {
        padding: 80px 0;
        width: 100%;
    }
    
    .main-content .common-sence .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-sence .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .common-sence .sence-menu-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto 46px auto;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-sence .sence-menu-list .sence-menu-item {
        cursor: pointer;
        margin-right: 16px;
        background: #F0F0F0;
        padding: 17px 22px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-sence .sence-menu-list .sence-menu-item.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .common-sence .common-sence-wrapper {
        width: 100%;
        background: rgba(248, 248, 248, 0);
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        list-style: none;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li {
        width: 100%;
        display: none;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li.show {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-left {
        width: 50%;
        min-height: 500px;
        max-height: 600px;
        padding: 48px 50px 24px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right {
        width: 50%;
        padding: 24px 0 24px 50px;
        border-left: 1px solid #EFEFEF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info h4 {
        padding: 24px 0;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-info p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2,
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage {
        width: 100%;
        padding-bottom: 46px;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage.border-none {
        border-bottom: none;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-title,
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-title {
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        color: #181818;
        padding-bottom: 6px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item {
        margin-top: 25px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item {
        width: 50%;
        margin-top: 25px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item:nth-child(2n+1){
        padding-left: 20px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name,
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-name {
        height: 16px;
        position: relative;
        padding-left: 28px;
        font-size: 14px;
        font-weight: 500;
        color: #181818;
        margin-bottom: 8px;
        line-height: 16px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name:before,
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-name:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 17px;
        height: 16px;
        background: url("../images/sence/icon-advantage.png");
        background-repeat: no-repeat;
        background-size: 17px 16px;
        background-position: center;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-text,
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-advantage .common-sence-advantage-item .sence-advantage-text {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related {
        width: 100%;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .common-sence-related-title {
        padding: 32px 0;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list {
        display: flex;
        flex-wrap: wrap;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item {
        width: 164px;
        height: 64px;
        margin-right: 5px;
        margin-bottom: 7px;
        padding-left: 3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-img {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-img img {
        object-fit: contain;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-related .sence-related-list .sence-related-item .sence-related-name {
        margin-left: 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-btn {
        margin-top: 40px;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-sence .common-sence-wrapper .common-sence-inner li .common-sence-right .common-sence-btn .more-btn {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
        background: #FF6A00;
        color: #FFFFFF;
    }
}
/* 通用模块 场景 end */

.main-content .common-calc {
    padding-top: 40px;
    width: 100%;
}

.main-content .common-calc .title {
    padding: 20px 0;
    width: 100%;
}

.main-content .common-calc .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-calc .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.main-content .common-calc .common-calc-inner .common-calc-left {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info {
    width: 100%;
    margin-bottom: 50px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info h4 {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2,
.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage {
    width: 100%;
    padding-bottom: 46px;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage.border-none {
    border-bottom: none;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-title,
.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-title {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #181818;
    padding-bottom: 6px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item {
    margin-top: 25px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item {
    width: 50%;
    margin-top: 25px;
}

.main-content .common-calc .common-calc-inner .common-calc-left  .common-sence-advantage-2 .common-sence-advantage-item:nth-child(2n+1){
    padding-left: 20px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name,
.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-name {
    height: 16px;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 8px;
    line-height: 16px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name:before,
.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-name:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    background: url("../images/sence/icon-advantage.png");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-text,
.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-text {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related {
    width: 100%;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .common-sence-related-title {
    padding: 32px 0;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list {
    display: flex;
    flex-wrap: wrap;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item {
    width: 164px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 7px;
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-img img {
    object-fit: contain;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-name {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #181818;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-btn {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-left .common-sence-btn .more-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    background: #FF6A00;
    color: #FFFFFF;
}

.main-content .common-calc .common-calc-inner .common-calc-right {
    width: 100%;
    border-left: 1px solid #EFEFEF;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price {
    width: 100%;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-title {
    margin-right: 16px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-content .num {
    font-size: 16px;
    color: #181818;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-content .num span {
    font-size: 24px;
    color: #FF6A00;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .label {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row .label {
    margin-bottom: 0;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn {
    width: 100%;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row .fn {
    width: auto;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label {
    display: inline-block;
    padding: 5px 0;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio] {
    display: none;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio] + i {
    display: block;
    width: auto;
    min-width: 77px;
    height: auto;
    padding: 13px 25px;
    margin-right: 3px;
    color: #181818;
    background: #F0F0F0;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    transition-duration: 200ms;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio]:checked + i {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box {
    width: calc(90% - 140px - 40px - 40px);
    margin-top: 4px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box input[type=range] {
    width: 98%;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value .range-opt {
    width: 34px;
    text-align: center;
    padding: 0;
    height: auto;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value .range-opt:before {
    content: "";
    display: block;
    width: 0;
    height: auto;
    text-indent: 0;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box {
    width: 140px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid  #CBCBCB;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box input {
    width: 74px;
    height: 100%;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    color: #181818;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button) {
    -webkit-appearance: none;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .reduce,
.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .add{
    width: 32px;
    height: 38px;
    background: #EFEFEF;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .reduce {
    background-image: url('../images/common/icon-reduce.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .add {
    background-image: url('../images/common/icon-add.png');
    background-repeat: no-repeat;
    background-position: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num {
    position: relative;
    margin-left: 13px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num span {
    font-size: 24px;
    color: #FF7E24;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num:before {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "\00a5";
    font-size: 14px;
    color: #FF7E24;
    font-weight: 600;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
    margin-left: 13px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details {
    position: relative;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .details-btn {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .details-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 10px;
    height: 7px;
    background-image: url('../images/common/icon-gray-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 28px 28px;
    background: #FDFDFD;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
    transition: all 0.3s;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details:hover .option-details {
    display: block;
    opacity: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    width: 80px;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-bottom {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right a {
    padding: 11px 40px;
    border: 1px solid #FF7E24;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right a:hover {
    background: #FF7E24;
    color: #FFFFFF;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom {
    margin-top: 20px;
    width: 100%;
    padding: 33px 0 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #EFEFEF;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a {
    padding: 0 6px;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    border-left: 1px solid #DFDFDF;;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:first-child {
    padding-left: 0;
    border-left: none;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:last-child {
    padding-right: 0;
}

.main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:hover {
    color: #FF6A00;
}

@media (min-width: 768px) {
    .main-content .common-calc {
        padding-top: 40px;
        width: 100%;
    }
    
    .main-content .common-calc .title {
        padding: 80px 0;
        width: 100%;
    }
    
    .main-content .common-calc .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-calc .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 35px auto 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left {
        width: 50%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info h4 {
        padding: 24px 0;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-info p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2,
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage {
        width: 100%;
        padding-bottom: 46px;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage.border-none {
        border-bottom: none;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-title,
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-title {
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        color: #181818;
        padding-bottom: 6px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item {
        margin-top: 25px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item {
        width: 50%;
        margin-top: 25px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left  .common-sence-advantage-2 .common-sence-advantage-item:nth-child(2n+1){
        padding-left: 20px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name,
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-name {
        height: 16px;
        position: relative;
        padding-left: 28px;
        font-size: 14px;
        font-weight: 500;
        color: #181818;
        margin-bottom: 8px;
        line-height: 16px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-name:before,
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-name:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 17px;
        height: 16px;
        background: url("../images/sence/icon-advantage.png");
        background-repeat: no-repeat;
        background-size: 17px 16px;
        background-position: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage-2 .common-sence-advantage-item .sence-advantage-text,
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-advantage .common-sence-advantage-item .sence-advantage-text {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related {
        width: 100%;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .common-sence-related-title {
        padding: 32px 0;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list {
        display: flex;
        flex-wrap: wrap;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item {
        width: 164px;
        height: 64px;
        margin-right: 5px;
        margin-bottom: 7px;
        padding-left: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-img {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-img img {
        object-fit: contain;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-related .sence-related-list .sence-related-item .sence-related-name {
        margin-left: 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-btn {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-left .common-sence-btn .more-btn {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
        background: #FF6A00;
        color: #FFFFFF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right {
        width: 50%;
        border-left: 1px solid #EFEFEF;
        padding: 50px 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price {
        width: 100%;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-title {
        margin-right: 16px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-content .num {
        font-size: 16px;
        color: #181818;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item.tips .tips-content .num span {
        font-size: 24px;
        color: #FF6A00;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .label {
        margin-bottom: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row .label {
        margin-bottom: 0;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn {
        width: 100%;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item-row .fn {
        width: auto;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label {
        display: inline-block;
        padding: 5px 0;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio] {
        display: none;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio] + i {
        display: block;
        width: auto;
        min-width: 77px;
        height: auto;
        padding: 13px 25px;
        margin-right: 3px;
        color: #181818;
        background: #F0F0F0;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        text-align: center;
        cursor: pointer;
        transition-duration: 200ms;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .radios label input[type=radio]:checked + i {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box {
        width: calc(90% - 140px - 40px - 40px);
        margin-top: 4px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box input[type=range] {
        width: 98%;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value .range-opt {
        width: 34px;
        text-align: center;
        padding: 0;
        height: auto;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .range-box .range-value .range-opt:before {
        content: "";
        display: block;
        width: 0;
        height: auto;
        text-indent: 0;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box {
        width: 140px;
        height: 40px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid  #CBCBCB;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box input {
        width: 74px;
        height: 100%;
        border: none;
        outline: none;
        -moz-appearance: textfield;
        text-align: center;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box input:state(webkit-outer-spin-button)
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .reduce,
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .add{
        width: 32px;
        height: 38px;
        background: #EFEFEF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .reduce {
        background-image: url('../images/common/icon-reduce.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-option .common-option-item .fn .range-num .number-box .add {
        background-image: url('../images/common/icon-add.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price {
        margin-right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num {
        position: relative;
        margin-left: 13px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num span {
        font-size: 24px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .price .price-num:before {
        position: absolute;
        left: 0;
        bottom: 2px;
        content: "\00a5";
        font-size: 14px;
        color: #FF7E24;
        font-weight: 600;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price .price-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-price .old-price .price-num {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-decoration: line-through;
        margin-left: 13px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details {
        position: relative;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .details-btn {
        position: relative;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .details-btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        display: block;
        content: "";
        width: 10px;
        height: 7px;
        background-image: url('../images/common/icon-gray-arrow-down.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        right: auto;
        left: 0;
        width: 250px;
        padding: 28px 28px;
        background: #FDFDFD;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.3);
        transition: all 0.3s;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details:hover .option-details {
        display: block;
        opacity: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-title {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        width: 80px;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-content .option-detail-item .option-detail-item-val {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-bottom {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #E5E5E5;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-left .calc-details .option-details .option-details-bottom a {
        font-size: 14px;
        font-weight: 400;
        color: #1366EC;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right a {
        padding: 11px 40px;
        border: 1px solid #FF7E24;
        font-size: 14px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-calc-price .common-total .common-total-right a:hover {
        background: #FF7E24;
        color: #FFFFFF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom {
        margin-top: 20px;
        width: 100%;
        padding: 33px 0 16px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #EFEFEF;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a {
        padding: 0 18px;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        border-left: 1px solid #DFDFDF;;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:first-child {
        padding-left: 0;
        border-left: none;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:last-child {
        padding-right: 0;
    }
    
    .main-content .common-calc .common-calc-inner .common-calc-right .common-right-bottom a:hover {
        color: #FF6A00;
    }
}
/* 通用模块 流程 begin */
.main-content .common-flow {
    width: 100%;
    padding-top: 40px;
    background: #FAFAFA;
}

.main-content .common-flow .title {
    padding: 20px 0;
    width: 100%;
}

.main-content .common-flow .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 28px;
}

.main-content .common-flow .common-flow-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-flow .common-flow-wrapper ul {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-flow .common-flow-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    background-image: url('../images/common/product-common-flow-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-flow .common-flow-wrapper ul li .flow-item-no {
    margin-top: 20px;
    position: relative;
    padding: 20px 70px;
}

.main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-no-after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #FF6A00;
}

.main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-text {
    font-weight: 400;
    font-size: 36px;
    color: #A8A8A8;
    line-height: 1;
}

.main-content .common-flow .common-flow-wrapper ul li .flow-item {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.main-content .common-flow .common-flow-wrapper ul li .flow-item a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #1467EC;
}

.main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns {
    margin-top: 20px;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns .org-btn {
    position: relative;
    padding: 10px 40px 10px 70px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6A00;
}

.main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns .org-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url('../images/common/icon-flow-bottom-btn.png');
    background-repeat: no-repeat;
    background-size: 20px 16px;
}

@media (min-width: 768px) {
    .main-content .common-flow {
        width: 100%;
        padding: 50px 0;
        background: #FAFAFA;
    }
    
    .main-content .common-flow .title {
        padding: 50px 0;
        width: 100%;
    }
    
    .main-content .common-flow .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .common-flow .common-flow-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .common-flow .common-flow-wrapper ul {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li {
        margin-bottom: 0;
        position: relative;
        background-image: url('../images/common/product-common-flow-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #EFEFEF;
        width: calc((100% - 180px) / 3);
        height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li:not(:last-child):after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: calc(-45px - 11px);
        margin: auto;
        content: "";
        display: inline-block;
        width: 22px;
        height: 14px;
        background-image: url('../images/common/icon-flow-arrow.png');
        background-repeat: no-repeat;
        background-size: 22px 14px;
    }
    
    
    .main-content .common-flow .common-flow-wrapper ul li .flow-item-no {
        margin-top: 42px;
        position: relative;
        padding: 30px 70px;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-no-after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        margin: auto;
        height: 3px;
        width: 100%;
        background: #FF6A00;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-text {
        font-weight: 400;
        font-size: 36px;
        color: #A8A8A8;
        line-height: 1;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li .flow-item {
        margin-top: 43px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
    }
    
    .main-content .common-flow .common-flow-wrapper ul li .flow-item a {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #1467EC;
    }
    
    .main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns {
        margin-top: 50px;
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns .org-btn {
        position: relative;
        padding: 17px 140px 17px 173px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        background: #FF6A00;
    }
    
    .main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns .org-btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 140px;
        margin: auto;
        content: "";
        display: inline-block;
        width: 20px;
        height: 16px;
        background-image: url('../images/common/icon-flow-bottom-btn.png');
        background-repeat: no-repeat;
        background-size: 20px 16px;
    }
}
/* 通用模块 流程 end */

/*.main-content .common-flow .common-flow-wrapper ul {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin-top: 40px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto 0;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #212633;*/
/*    z-index: -3;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li {*/
/*    background: #FFFFFF;*/
/*    padding: 4px 40px;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    z-index: -2;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li .flow-item-no {*/
/*    position: relative;*/
/*    width: 40px;*/
/*    height: 28px;*/
/*    margin-right: 14px;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-no-before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 44px;*/
/*    height: 100%;*/
/*    background: #FFE47A;*/
/*    border-radius: 4px;*/
/*    transform: skew(-30deg);*/
/*    z-index: -1;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-no-after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 38px;*/
/*    height: 100%;*/
/*    background: #FF6A00;*/
/*    border-radius: 4px;*/
/*    transform: skew(-30deg);*/
/*    z-index: -1;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li .flow-item-no .flow-item-text {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    color: #FFFFFF;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper ul li .flow-item {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    line-height: 1;*/
/*    color: #181818;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns {*/
/*    margin-top: 80px;*/
/*    width: 100%;*/
/*    padding: 20px 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.main-content .common-flow .common-flow-wrapper .common-flow-bottom-btns .org-btn {*/
/*    padding: 10px 28px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    border-radius: 2px;*/
/*    background: #FF6A00;*/
/*}*/

/* 通用模块 帮助文档 begin */
.main-content .common-document {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FAFAFA;
}

.main-content .common-document .title {
    width: 100%;
    padding: 20px 0;
}

.main-content .common-document .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-document .common-document-wrapper {
    width: 100%;
}

.main-content .common-document .common-document-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-document .common-document-list .common-document-item {
    width: 90%;
    margin: 10px 0;
    padding: 10px 0;
    background: #FFFFFF;
}

.main-content .common-document .common-document-list .common-document-item .document-name-wrapper {
    padding: 0 34px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-document .common-document-list .common-document-item .document-name-wrapper .img-wrapper {
    width: 60px;
    height: 60px;
    background: #F4F4F4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-document .common-document-list .common-document-item .document-name-wrapper .document-name {
    position: relative;
    width: calc(100% - 90px);
    height: 60px;
    padding-left: 30px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.main-content .common-document .common-document-list .common-document-item .document-name-wrapper .document-name:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: "";
    width: 38px;
    height: 3px;
    background: #FF6A00;
}

/*.main-content .common-document .common-document-list .common-document-item .document-desc {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    padding-left: 55px;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #FF6A00;*/
/*    line-height: 70px;*/
/*    overflow: hidden;*/
/*}*/

/*.main-content .common-document .common-document-list .common-document-item .document-desc:before,*/
/*.main-content .common-document .common-document-list .common-document-item .document-desc:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #E9E9E9;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/

/*.main-content .common-document .common-document-list .common-document-item .document-desc:before {*/
/*    transform: translateX(-100%);*/
/*    margin-left: -10px;*/
/*}*/

/*.main-content .common-document .common-document-list .common-document-item .document-desc:after {*/
/*    margin-left: 10px;*/
/*}*/

.main-content .common-document .common-document-list .common-document-item .document-info {
    margin-top: 30px;
    width: 100%;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-document .common-document-list .common-document-item .document-info a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 16px;
}

.main-content .common-document .common-document-list .common-document-item .document-info a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #7B7B7B;
}

.main-content .common-document .common-document-list .common-document-item .document-info a:hover {
    color: #FF6A00
}

@media (min-width: 768px) {
    .main-content .common-document {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        background: #FAFAFA;
    }
    
    .main-content .common-document .title {
        width: 100%;
        padding: 50px 0;
    }
    
    .main-content .common-document .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-document .common-document-wrapper {
        width: 100%;
    }
    
    .main-content .common-document .common-document-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content .common-document .common-document-list .common-document-item {
        width: 32.33%;
        margin: 0 0.5%;
        padding: 30px 0;
        background: #FFFFFF;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-name-wrapper {
        padding: 0 34px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-name-wrapper .img-wrapper {
        width: 60px;
        height: 60px;
        background: #F4F4F4;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-name-wrapper .document-name {
        position: relative;
        width: calc(100% - 90px);
        height: 60px;
        padding-left: 30px;
        line-height: 60px;
        font-size: 18px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-name-wrapper .document-name:after {
        position: absolute;
        bottom: 0;
        left: 30px;
        content: "";
        width: 38px;
        height: 3px;
        background: #FF6A00;
    }
    
    /*.main-content .common-document .common-document-list .common-document-item .document-desc {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    height: 70px;*/
    /*    padding-left: 55px;*/
    /*    font-size: 16px;*/
    /*    font-weight: 400;*/
    /*    color: #FF6A00;*/
    /*    line-height: 70px;*/
    /*    overflow: hidden;*/
    /*}*/
    
    /*.main-content .common-document .common-document-list .common-document-item .document-desc:before,*/
    /*.main-content .common-document .common-document-list .common-document-item .document-desc:after {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    background: #E9E9E9;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*}*/
    
    /*.main-content .common-document .common-document-list .common-document-item .document-desc:before {*/
    /*    transform: translateX(-100%);*/
    /*    margin-left: -10px;*/
    /*}*/
    
    /*.main-content .common-document .common-document-list .common-document-item .document-desc:after {*/
    /*    margin-left: 10px;*/
    /*}*/
    
    .main-content .common-document .common-document-list .common-document-item .document-info {
        margin-top: 30px;
        width: 100%;
        padding-left: 80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-info a {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        margin-bottom: 16px;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-info a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -22px;
        margin: auto;
        content: "";
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #7B7B7B;
    }
    
    .main-content .common-document .common-document-list .common-document-item .document-info a:hover {
        color: #FF6A00
    }
}
/* 通用模块 帮助文档 end */

/* 通用模块 常见问题 begin */
.main-content .common-faq {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFFFFF;
}

.main-content .common-faq .title {
    width: 100%;
    padding: 20px 0;
}

.main-content .common-faq .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-faq .common-faq-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 20px 10px;
    border: 1px solid #EFEFEF;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item {
    width: 100%;
    margin-bottom: 10px;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title {
    position: relative;
    padding: 20px 0 20px 30px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    cursor: pointer;
    background: #FAFAFA;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    background: #B0B0B0;
    border-radius: 50%;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin: auto;
    background-image: url('../images/common/icon-faq-arrow.png');
    background-repeat: no-repeat;
    background-size: 13px 9px;
    transition: transform .3s;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title {
    color: #FF6A00;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title:before {
    background: #FF6A00;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title:after {
    transform: rotateX(180deg);
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt {
    display: none;
    width: 100%;
    padding: 20px 20px;
    background: #FDFDFD;
    overflow: hidden;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-txt {
    display: block;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt li {
    list-style: inside;
}

.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}

@media(min-width: 768px) {
    .main-content .common-faq {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 50px;
        background: #FFFFFF;
    }
    
    .main-content .common-faq .title {
        width: 100%;
        padding: 50px 0;
    }
    
    .main-content .common-faq .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-faq .common-faq-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        padding: 30px 40px;
        border: 1px solid #EFEFEF;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item {
        width: 100%;
        margin-bottom: 14px;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title {
        position: relative;
        padding: 25px 0 25px 53px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        cursor: pointer;
        background: #FAFAFA;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 29px;
        content: "";
        width: 6px;
        height: 6px;
        margin: auto;
        background: #B0B0B0;
        border-radius: 50%;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 60px;
        content: "";
        display: inline-block;
        width: 13px;
        height: 9px;
        margin: auto;
        background-image: url('../images/common/icon-faq-arrow.png');
        background-repeat: no-repeat;
        background-size: 13px 9px;
        transition: transform .3s;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title {
        color: #FF6A00;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title:before {
        background: #FF6A00;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title:after {
        transform: rotateX(180deg);
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt {
        display: none;
        width: 100%;
        padding: 30px 50px 30px 53px;
        background: #FDFDFD;
        overflow: hidden;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-txt {
        display: block;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt li {
        list-style: inside;
    }
    
    .main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 26px;
    }
}
/* 通用模块 常见问题 end */

/*.main-content .common-faq .common-faq-wrapper {*/
/*    width: calc(100% - var(--grid-style3-margin) * 2);*/
/*    margin: 0 auto;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item {*/
/*    width: 100%;*/
/*    padding: 20px 30px;*/
/*    margin-bottom: 30px;*/
/*    background: #FFFFFF;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title {*/
/*    position: relative;*/
/*    padding: 20px 60px 20px 0;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    color: #FF6A00;*/
/*    line-height: 26px;*/
/*    cursor: pointer;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title {*/
/*    border-bottom: 1px solid #EFEFEF;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-title:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 30px;*/
/*    margin: auto 0;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url('../images/common/icon-circle-arrow.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 24px 48px;*/
/*    background-position: 0 0;*/
/*    cursor: pointer;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-title:after {*/
/*    background-position: 0 -24px;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt {*/
/*    display: none;*/
/*    width: 100%;*/
/*    padding: 24px 0;*/
/*    overflow: hidden;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item.show .qa-item-txt {*/
/*    display: block;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt p {*/
/*    min-height: 0;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #181818;*/
/*    font-weight: 400;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-item .qa-item-txt p:not(:last-child){*/
/*    margin-bottom: 16px;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-bottom-tips {*/
/*    width: 100%;*/
/*    margin-top: 60px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-bottom-tips p {*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*}*/

/*.main-content .common-faq .common-faq-wrapper .common-faq-bottom-tips p a {*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    color: #FF6A00;*/
/*    padding: 0 2px;*/
/*    text-decoration: underline;*/
/*}*/

/* 通用模块 价格表 begin */
.main-content .common-price {
    width: 100%;
    padding: 20px 0;
}

.main-content .common-price .price-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-price .price-inner .title {
    padding: 40px 0;
    width: 100%;
}

.main-content .common-price .price-inner .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 28px;
}

.main-content .common-price .price-inner .table-content {
    width: 100%;
}

.main-content .common-price .price-inner .table-content .table-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .common-price .price-inner .table-content .table-top .table-top-item {
    height: 100%;
    line-height: 24px;
    padding-left: 0;
    text-align: center;
    background: #FFDFB5;
    border-left: 1px solid #FFBB89;
    border-top: 1px solid #FFBB89;
    border-bottom: 1px solid #FFBB89;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.main-content .common-price .price-inner .table-content .table-top .table-top-item:last-child {
    border-right: 1px solid #FFBB89;
}

.main-content .common-price .price-inner .table-content .table-row .row-item-name,
.main-content .common-price .price-inner .table-content .table-top .top-item-name {
    width: 18%;
}

.main-content .common-price .price-inner .table-content .table-row .row-item-content,
.main-content .common-price .price-inner .table-content .table-top .top-item-content {
    width: 32%;
}

.main-content .common-price .price-inner .table-content .table-row .row-item-standard,
.main-content .common-price .price-inner .table-content .table-top .top-item-standard {
    width: 25%;
}

.main-content .common-price .price-inner .table-content .table-row .row-item-desc,
.main-content .common-price .price-inner .table-content .table-top .top-item-desc {
    width: 25%;
}

.main-content .common-price .price-inner .table-content .table-txt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
}

.main-content .common-price .price-inner .table-content .table-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #181818;
}

.main-content .common-price .price-inner .table-content .table-txt .red {
    color: rgb(199, 0, 11);
}

.main-content .common-price .price-inner .table-content .table-txt .table-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item {
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item:nth-child(4n+4) {
    border-right: 1px solid #EFEFEF;
}

.main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item-3 {
    width: 82%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.main-content .common-price .price-inner .table-content .table-txt .table-row .row-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #252b3a;
}

@media (min-width: 768px) {
    .main-content .common-price {
        width: 100%;
        padding: 90px 0;
    }
    
    .main-content .common-price .price-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .common-price .price-inner .title {
        padding: 50px 0;
        width: 100%;
    }
    
    .main-content .common-price .price-inner .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        line-height: 1;
    }
    
    .main-content .common-price .price-inner .table-content {
        width: 100%;
    }
    
    .main-content .common-price .price-inner .table-content .table-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-price .price-inner .table-content .table-top .table-top-item {
        height: 100%;
        line-height: 48px;
        padding-left: 45px;
        text-align: center;
        background: #FFDFB5;
        border-left: 1px solid #FFBB89;
        border-top: 1px solid #FFBB89;
        border-bottom: 1px solid #FFBB89;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .main-content .common-price .price-inner .table-content .table-top .table-top-item:last-child {
        border-right: 1px solid #FFBB89;
    }
    
    .main-content .common-price .price-inner .table-content .table-row .row-item-name,
    .main-content .common-price .price-inner .table-content .table-top .top-item-name {
        width: 18%;
    }
    
    .main-content .common-price .price-inner .table-content .table-row .row-item-content,
    .main-content .common-price .price-inner .table-content .table-top .top-item-content {
        width: 32%;
    }
    
    .main-content .common-price .price-inner .table-content .table-row .row-item-standard,
    .main-content .common-price .price-inner .table-content .table-top .top-item-standard {
        width: 25%;
    }
    
    .main-content .common-price .price-inner .table-content .table-row .row-item-desc,
    .main-content .common-price .price-inner .table-content .table-top .top-item-desc {
        width: 25%;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #181818;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt p {
        font-size: 14px;
        line-height: 24px;
        color: #181818;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .red {
        color: rgb(199, 0, 11);
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .table-row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item {
        border-left: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        padding: 20px 20px 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item:nth-child(4n+4) {
        border-right: 1px solid #EFEFEF;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .table-row .table-row-item-3 {
        width: 82%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #EFEFEF;
        border-right: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
    }
    
    .main-content .common-price .price-inner .table-content .table-txt .table-row .row-item-name {
        font-size: 16px;
        font-weight: 600;
        color: #252b3a;
    }
}
/* 通用模块 价格表 end */

.main-content .common-consult {
    width: 100%;
    height: 140px;
    background-image: url('../images/common/product-common-consult-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-content .common-consult .common-consult-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.main-content .common-consult .common-consult-wrapper .common-consult-left {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .common-consult .common-consult-wrapper .common-consult-left b {
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    color: #181818;
    line-height: 28px;
}

.main-content .common-consult .common-consult-wrapper .common-consult-left h6 {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.main-content .common-consult .common-consult-wrapper .common-consult-right {
    width: 100%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-consult .common-consult-wrapper .common-consult-right .consult-btn {
    width: 160px;
    padding: 10px 0;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF6A00, #FFA200);
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .main-content .common-consult {
        width: 100%;
        height: 224px;
        background-image: url('../images/common/product-common-consult-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .main-content .common-consult .common-consult-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .common-consult .common-consult-wrapper .common-consult-left {
        width: calc(100% - 400px);
        height: 100%;
        padding-left: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .main-content .common-consult .common-consult-wrapper .common-consult-left b {
        display: inline-block;
        font-weight: 400;
        font-size: 36px;
        color: #181818;
        line-height: 48px;
    }
    
    .main-content .common-consult .common-consult-wrapper .common-consult-left h6 {
        font-weight: 400;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
    }
    
    .main-content .common-consult .common-consult-wrapper .common-consult-right {
        width: 400px;
        height: 100%;
        padding-left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-consult .common-consult-wrapper .common-consult-right .consult-btn {
        width: 200px;
        padding: 20px 0;
        color: #FFFFFF;
        background: linear-gradient(90deg, #FF6A00, #FFA200);
        font-size: 18px;
        line-height: 1;
        text-align: center;
    }
}

.main-content .common-case {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    background: #FAFAFA;
}

.main-content .common-case .title {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-case .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-case .case-content {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}

.main-content .common-case .case-content .case-list {
    width: 100%;
    height: 100%;
}

.main-content .common-case .case-content .case-list .case-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-content .common-case .case-content .case-list .case-item .case-item-left {
    display: none;
    width: 50%;
    height: 100%;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.2);
}

.main-content .common-case .case-content .case-list .case-item .case-item-right h2 {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 32px;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
    height: 52px;
    padding-right: 40px;
    overflow: hidden;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right a {
    display: block;
    background: #F7F7F7;
    width: 112px;
    height: 45px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right a .more-icon {
    width: 20px;
    height: 12px;
    background-image: url('../images/common/icon-case-s-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right a:hover {
    background: #FF6A00;
}

.main-content .common-case .case-content .case-list .case-item .case-item-right a:hover .more-icon {
    background-position: 0 -12px;
}

.main-content .common-case .case-content .case-opt {
    position: absolute;
    width: 100%;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-content .common-case .case-content .case-opt .case-pagination {
    position: static;
    width: auto;
    margin-left: 110px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .common-case .case-content .case-opt .case-pagination .swiper-pagination-current {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-case .case-content .case-opt .case-pagination .swiper-pagination-total {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.main-content .common-case .case-content .case-opt .case-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-content .common-case .case-content .case-opt .case-btns a {
    position: static;
    display: block;
    width: 67px;
    height: 45px;
    background: #F2F2F2;
    background-image: url('../images/common/icon-case-arrow-active.png');
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
}

.main-content .common-case .case-content .case-opt .case-btns a.right {
    transform: rotateY(180deg);
    margin-left: 5px;
}

.main-content .common-case .case-content .case-opt .case-btns a.swiper-button-disabled {
    opacity: 1;
    background: #F7F7F7;
    background-image: url('../images/common/icon-case-arrow.png');
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
}

@media (min-width: 768px) {
    .main-content .common-case {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 100px;
        background: #FAFAFA;
    }
    
    .main-content .common-case .title {
        width: 100%;
        padding: 50px 0;
    }
    
    .main-content .common-case .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-case .case-content {
        position: relative;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        height: 420px;
        overflow: hidden;
        margin-bottom: 0;
    }
    
    .main-content .common-case .case-content .case-list {
        width: 100%;
        height: 100%;
    }
    
    .main-content .common-case .case-content .case-list .case-item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-left {
        display: block;
        width: 50%;
        height: 100%;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-left img {
        width: 100%;
        height: 100%;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right {
        position: absolute;
        top: 37px;
        right: 0;
        width: calc(50% + 50px);
        height: 310px;
        background: #FFFFFF;
        padding-top: 60px;
        padding-left: 120px;
        padding-right: 10px;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.2);
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right h2 {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-bottom: 32px;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
        height: 52px;
        padding-right: 40px;
        overflow: hidden;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right a {
        display: block;
        background: #F7F7F7;
        width: 112px;
        height: 45px;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right a .more-icon {
        width: 20px;
        height: 12px;
        background-image: url('../images/common/icon-case-s-arrow-right.png');
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: 0 0;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right a:hover {
        background: #FF6A00;
    }
    
    .main-content .common-case .case-content .case-list .case-item .case-item-right a:hover .more-icon {
        background-position: 0 -12px;
    }
    
    .main-content .common-case .case-content .case-opt {
        position: absolute;
        width: 50%;
        bottom: 14px;
        right: 0;
        left: auto;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .main-content .common-case .case-content .case-opt .case-pagination {
        position: static;
        width: auto;
        margin-left: 110px;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .common-case .case-content .case-opt .case-pagination .swiper-pagination-current {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-case .case-content .case-opt .case-pagination .swiper-pagination-total {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
    }
    
    .main-content .common-case .case-content .case-opt .case-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .main-content .common-case .case-content .case-opt .case-btns a {
        position: static;
        display: block;
        width: 67px;
        height: 45px;
        background: #F2F2F2;
        background-image: url('../images/common/icon-case-arrow-active.png');
        background-repeat: no-repeat;
        background-size: 8px 13px;
        background-position: center;
    }
    
    .main-content .common-case .case-content .case-opt .case-btns a.right {
        transform: rotateY(180deg);
        margin-left: 5px;
    }
    
    .main-content .common-case .case-content .case-opt .case-btns a.swiper-button-disabled {
        opacity: 1;
        background: #F7F7F7;
        background-image: url('../images/common/icon-case-arrow.png');
        background-repeat: no-repeat;
        background-size: 8px 13px;
        background-position: center;
    }
}

.main-content .common-exhibition {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
}

.main-content .common-exhibition .title {
    width: 100%;
    padding: 50px 0;
}

.main-content .common-exhibition .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
}

.main-content .common-exhibition .common-exhibition-wrapper {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .img-wrapper {
    width: 100%;
    min-height: auto;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text {
    width: 100%;
    margin-top: 20px;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

@media (min-width: 768px) {
    .main-content .common-exhibition {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 30px;
        background: #FFFFFF;
    }
    
    .main-content .common-exhibition .title {
        width: 100%;
        padding: 50px 0;
    }
    
    .main-content .common-exhibition .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper {
        width: 100%;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item {
        width: 50%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item:nth-child(2n+1) {
        padding-right: 60px;
        border-right: 1px solid #EFEFEF;
    }
     
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item:nth-child(2n) {
        padding-left: 60px;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .img-wrapper {
        width: 100%;
        min-height: 180px;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text {
        width: 100%;
        margin-top: 36px;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text h4 {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-exhibition .common-exhibition-wrapper .exhibition-list .exhibition-item .exhibition-item-text p {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
}

.main-content .common-value {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    background: #FFFFFF;
}

.main-content .common-value .title {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-value .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
}

.main-content .common-value .common-value-wrapper {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-value .common-value-wrapper .common-value-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-value .common-value-wrapper .common-value-list .common-value-item {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 10px;
}

.main-content .common-value .common-value-wrapper .common-value-list .common-value-item h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.main-content .common-value .common-value-wrapper .common-value-list .common-value-item .img-wrapper {
    width: 100%;
}

.main-content .common-value .common-value-wrapper .common-value-list .common-value-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(min-width: 768px) {
    .main-content .common-value {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 30px;
        background: #FFFFFF;
    }
    
    .main-content .common-value .title {
        width: 100%;
        padding: 50px 0;
    }
    
    .main-content .common-value .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-value .common-value-wrapper {
        width: 100%;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item {
        width: 50%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item:nth-child(2n+1) {
        padding-right: 60px;
        border-right: 1px solid #EFEFEF;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item:nth-child(2n) {
        padding-left: 60px;
    } 
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item h4 {
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item .img-wrapper {
        width: 100%;
        min-height: 360px;
    }
    
    .main-content .common-value .common-value-wrapper .common-value-list .common-value-item .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.main-content .common-airesource {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}

.main-content .common-airesource .title {
    width: 100%;
    margin-bottom: 100px;
}

.main-content .common-airesource .title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
}

.main-content .common-airesource .airesource-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 0 10px;
}

.main-content .common-airesource .airesource-wrapper .airesource-table {
    width: 100%;
    border: 0.5px solid #EBECEC;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th {
    width: 100%;
    display: flex;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-item {
    height: 88px;
    border: 0.5px solid #EBECEC;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-type {
    width: 27%;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-regoin {
    width: 30%;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-price {
    width: 43%;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-price .price-1,
.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-price .price-2 {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-th .th-price .price-1 {
    border-right: 1px solid #EBECEC;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td {
    width: 100%;
    display: flex;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-type {
    width: 27%;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-regoin {
    width: 30%;
    border: 0.5px solid #EBECEC;
    font-size: 14px;
    color: #181818;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-price {
    width: 43%;
    border: 0.5px solid #EBECEC;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-type .type-item {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #EBECEC;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-type .type-item.strong {
    font-weight: 600;
    color: #FF6A00;
}

.main-content .common-airesource .airesource-wrapper .airesource-table .table-td .td-price .chat-btn {
    height: 32px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FF6A00;
    font-weight: 500;
    font-size: 14px;
    color: #FF6A00;
    line-height: 1;
}

.main-content .common-serviceprocess {
    width: 100%;
    padding-top: 100px;
}

.main-content .common-serviceprocess .title {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.main-content .common-serviceprocess .title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper {
    width: 100%;
    padding: 40px 0;
    background: #f4f5f7;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table {
    width: 100%;
    text-align: center;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table tr {
    background: #eeeff4;
    height: 40px;
    color: #181818;
    line-height: 24px;
    border: 1px solid #d9dbe1;
    font-size: 12px;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table tr:nth-child(2n) {
    background: #f4f5f7;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table th {
    height: 48px;
    background: #FF6A00;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.16);
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table td {
    padding: 28px 14px;
}

.main-content .common-serviceprocess .common-serviceprocess-wrapper .common-serviceprocess-inner table td.tit {
    text-align: center;
    font-size: 14px;
    background: #F9FAFE;
}

.main-content .common-safeproduct {
    width: 100%;
    padding-top: 100px;
}

.main-content .common-safeproduct .title {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.main-content .common-safeproduct .title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.main-content .common-safeproduct .common-safeproduct-wrapper {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table {
    width: 100%;
    text-align: center;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table tr {
    background: #eeeff4;
    height: 40px;
    line-height: 40px;
    color: #474A57;
    border: 1px solid #d9dbe1;
    font-size: 12px;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table tr:nth-child(2n) {
    background: #f4f5f7;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table th {
    height: 48px;
    background: #ff6a00;
    line-height: 48px;
    color: white;
    font-size: 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.16);
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table td.tit {
    background: #f9fafe;
    font-size: 14px;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table td a {
    width: 90%;
    max-width: 124px;
    height: 32px;
    background: #ff6a00;
    display: block;
    margin: 1rem auto;
    text-align: center;
    color: white;
    line-height: 32px;
}

.main-content .common-safeproduct .common-safeproduct-wrapper .common-safeproduct-inner table td a img {
    margin-right: 4px;
}

.main-content .common-safeservice {
    width: 100%;
    padding-top: 20px;
}

.main-content .common-safeservice .title {
    width: 100%;
    padding: 40px 0 10px 0;
    margin: 0 auto;
}

.main-content .common-safeservice .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-content .common-safeservice .common-safeservice-wrapper {
    width: 100%;
    padding: 40px 0;
    background: #f4f5f7;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .item {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt {
    padding: 42px;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt h4 {
    color: #181818;
    font-size: 16px;
    position: relative;
    margin-bottom: 28px;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt h4:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ff6a00;
    left: 0;
    bottom: -14px;
    position: absolute;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt span {
    color: #787878;
    font-size: 14px;
    line-height: 28px;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio {
    display: none;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio:before {
    content: '\0020';
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

.main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio img {
    display: none;
}

@media (min-width: 768px) {
    .main-content .common-safeservice {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .common-safeservice .title {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }
    
    .main-content .common-safeservice .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper {
        width: 100%;
        padding: 40px 0;
        background: #f4f5f7;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .item {
        width: 50%;
        height: 360px;
        background: #FFFFFF;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt {
        padding: 42px;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt h4 {
        color: #181818;
        font-size: 28px;
        position: relative;
        margin-bottom: 28px;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt h4:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #ff6a00;
        left: 0;
        bottom: -14px;
        position: absolute;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .txt span {
        color: #787878;
        font-size: 14px;
        line-height: 28px;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio {
        display: block;
        width: 50%;
        position: relative;
        overflow: hidden;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio:before {
        content: '\0020';
        display: block;
        width: 100%;
        height: 0;
        padding: 33.33% 0;
    }
    
    .main-content .common-safeservice .common-safeservice-wrapper .common-safeservice-inner .fixed-ratio img {
        display: block;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.main-content .common-jydengbao {
    width: 100%;
    padding-top: 100px;
}

.main-content .common-jydengbao .title {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.main-content .common-jydengbao .title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
}

.main-content .common-jydengbao .common-jydengbao-wrapper {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .item {
    width: 50%;
    background: #FFFFFF;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .txt {
    max-width: 418px;
    padding: 42px;
    border: 1px solid #eeeff4;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .txt strong {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .txt strong:before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6a00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .txt p {
    color: #969bab;
    line-height: 28px;
    padding: 14px;
    font-size: 14px;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .txt a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 14px;
    margin-top: 14px;
    background: #ff6a00;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .fixed-ratio {
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .fixed-ratio:before {
    content: '\0020';
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

.main-content .common-jydengbao .common-jydengbao-wrapper .common-jydengbao-inner .fixed-ratio img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content .common-resource {
    width: 100%;
    padding-top: 20px;
}

.main-content .common-resource .title {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

.main-content .common-resource .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
}

.main-content .common-resource .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
}

.main-content .common-resource .common-resource-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #E8E8E8;
}

.main-content .common-resource .common-resource-inner .resource-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-resource .common-resource-inner .resource-item .num {
    font-size: 30px;
    font-weight: 600;
    color: #ff6a00;
    line-height: 42px;
}

.main-content .common-resource .common-resource-inner .resource-item .num-title {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    opacity: 0.5;
    line-height: 22px;
}

@media (min-width: 768px) {
    .main-content .common-resource {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .common-resource .title {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }
    
    .main-content .common-resource .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .main-content .common-resource .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .main-content .common-resource .common-resource-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        padding: 40px 0;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border: 1px solid #E8E8E8;
    }
    
    .main-content .common-resource .common-resource-inner .resource-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-resource .common-resource-inner .resource-item:not(:last-child) {
        border-right: 1px solid #E8E8E8;
    }
    
    .main-content .common-resource .common-resource-inner .resource-item .num {
        font-size: 30px;
        font-weight: 600;
        color: #ff6a00;
        line-height: 42px;
    }
    
    .main-content .common-resource .common-resource-inner .resource-item .num-title {
        margin-top: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #181818;
        opacity: 0.5;
        line-height: 22px;
    }
}

.main-content .common-mailprice {
    width: 100%;
}

.main-content .common-mailprice .title {
    width: 100%;
    padding: 40px 0;
}

.main-content .common-mailprice .title h4 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
}

.main-content .common-mailprice .common-mailprice-wrapper {
    width: 100%;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo {
    border: 1px solid #EFEFEF;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo.mail-combo-2 {
    width: 100%;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo.mail-combo-3 {
    width: 100%;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top {
    width: 90%;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title {
    padding: 20px 10px;
    border-bottom: 1px solid #EFEFEF;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title b {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title .desc {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #787878;
    text-align: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character {
    width: 100%;
    padding: 16px 10px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character b {
    display: inline-block;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    padding-bottom: 16px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list {
    width: 100%;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p {
    position: relative;
    line-height: 22px;
    color: #191919;
    font-size: 14px;
    padding-left: 28px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p:before {
    position: absolute;
    top: 4px;
    left: 0;
    margin: auto;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('../images/common/icon-exist.png');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p:not(:first-child) {
    margin-top: 16px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom {
    width: 100%;
    padding: 16px 10px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-name {
    display: none;
    margin-right: 10px;
    font-size: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-num {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #FF7E24;
    line-height: 1;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-num span {
    font-size: 24px;
}

.main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .combo-btns .btn-org-1 {
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    background: #FF6A00;
    text-align: center;
}

@media (min-width: 768px) {
    .main-content .common-mailprice {
        width: 100%;
    }
    
    .main-content .common-mailprice .title {
        width: 100%;
        padding: 40px 0;
    }
    
    .main-content .common-mailprice .title h4 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper {
        width: 100%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo {
        margin-bottom: 0;
        border: 1px solid #EFEFEF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo.mail-combo-2 {
        width: 49%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo-2:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo.mail-combo-3 {
        width: 32%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo-3:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top {
        width: 100%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title {
        padding: 16px 2%;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title b {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        text-align: center;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-title .desc {
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
        color: #787878;
        text-align: center;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character {
        width: 100%;
        padding: 16px 14%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character b {
        display: inline-block;
        font-size: 14px;
        color: #595959;
        line-height: 22px;
        padding-bottom: 16px;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list {
        width: 100%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p {
        position: relative;
        line-height: 22px;
        color: #191919;
        font-size: 14px;
        padding-left: 28px;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p:before {
        position: absolute;
        top: 4px;
        left: 0;
        margin: auto;
        content: "";
        width: 16px;
        height: 16px;
        background-image: url('../images/common/icon-exist.png');
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-position: center;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-top .combo-character .combo-character-list p:not(:first-child) {
        margin-top: 16px;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom {
        width: 100%;
        padding: 16px 14%;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-name {
        display: block;
        margin-right: 10px;
        font-size: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-num {
        margin-left: 11px;
        font-size: 14px;
        font-weight: 500;
        color: #FF7E24;
        line-height: 1;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .price .price-num span {
        font-size: 24px;
    }
    
    .main-content .common-mailprice .common-mailprice-wrapper .common-mailprice-list .mail-combo .mail-combo-bottom .price-wrapper .combo-btns .btn-org-1 {
        display: inline-block;
        width: 120px;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
        background: #FF6A00;
        text-align: center;
    }
}

.main-content .common-trait {
    width: 100%;
    padding-top: 20px;
}

.main-content .common-trait .title {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.main-content .common-trait .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 10px;
}

.main-content .common-trait .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
}

.main-content .common-trait .common-trait-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 20px 0;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item {
    width: 90%;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .img-wrapper {
    width: 80px;
    height: 80px;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 27px;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info b {
    display: inline-block;
    font-size: 18px;
    color: #181818;
    font-weight: 400;
}

.main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info .item-desc {
    min-height: 50px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #777f84;
    padding: 0 15px;
    padding-right: 35px;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom {
    margin-top: 40px;
    width: 100%;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li {
    width: 90%;
    padding: 22px 10px;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-title {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #373d41;
    line-height: 20px;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 4px;
    height: 20px;
    background: #FF6A00;
}

.main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-desc {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 25px;
    margin-top: 10px;
    font-size: 14px;
    color: #777f84;
    line-height: 25px;
}

@media (min-width: 768px) {
    .main-content .common-trait {
        width: 100%;
        padding-top: 100px;
    }
    
    .main-content .common-trait .title {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }
    
    .main-content .common-trait .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .main-content .common-trait .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
    
    .main-content .common-trait .common-trait-wrapper {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        padding: 40px 0;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item {
        width: calc(100% / 3);
        padding: 0 6%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .img-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 27px;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info b {
        display: inline-block;
        font-size: 18px;
        color: #181818;
        font-weight: 400;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-top .common-trait-top-item .top-item-info .item-desc {
        min-height: 50px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 25px;
        color: #777f84;
        padding: 0 15px;
        padding-right: 35px;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom {
        margin-top: 60px;
        width: 100%;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li {
        width: calc(100% / 3);
        padding: 22px 10px;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-title {
        position: relative;
        padding-left: 15px;
        font-size: 18px;
        color: #373d41;
        line-height: 20px;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        width: 4px;
        height: 20px;
        background: #FF6A00;
    }
    
    .main-content .common-trait .common-trait-wrapper .common-trait-bottom .trait-bottom-list li .bottom-item-desc {
        min-height: 50px;
        padding-left: 15px;
        padding-right: 25px;
        margin-top: 10px;
        font-size: 14px;
        color: #777f84;
        line-height: 25px;
    }
}
/* 通用产品模版 end */

/* 登录 注册 begin */
.login-register-content {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #FBF9F7;
    overflow-y: scroll;
    background-image: url('../images/login/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 56px;
}


.login-register-content .form-wrapper {
    margin-top: 10px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.login-register-content .form-wrapper .login-type {
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-register-content .form-wrapper .login-type a {
    margin: 0 50px;
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    transition: all 0.2s;
}

.login-register-content .form-wrapper .login-type a.active {
    position: relative;
    color: #FF6A00;
}

.login-register-content .form-wrapper .login-type a.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background: #FF6A00;
    transition: all 0.2s;
}

.login-register-content .form-wrapper .forget-type,
.login-register-content .form-wrapper .register-type {
    width: 100%;
    padding: 50px 70px 0 70px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login-register-content .form-wrapper .forget-type a,
.login-register-content .form-wrapper .register-type a {
    padding-bottom: 26px;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}

.login-register-content .form-wrapper .forget-type a.active,
.login-register-content .form-wrapper .register-type a.active {
    position: relative;
}

.login-register-content .form-wrapper .forget-type a.active:after,
.login-register-content .form-wrapper .register-type a.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background: #FF6A00;
}

.login-register-content .form-wrapper .forget-type .forget-tips,
.login-register-content .form-wrapper .register-type .register-tips {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.login-register-content .form-wrapper .register-type .register-tips a {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #2965FF;
}

.login-register-content .form-wrapper .forget-type .forget-tips a {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.login-register-content .form-wrapper .forget-type .forget-tips a:hover {
    color: #2965FF;
}

.login-register-content .form-wrapper .form-inner {
    width: 100%;
}

.login-register-content .form-wrapper .form-inner .login-no-form,
.login-register-content .form-wrapper .form-inner .login-phone-form {
    display: none;
    width: 100%;
    padding: 30px 30px 100px 30px;
}

.login-register-content .form-wrapper .form-inner .register-phone-form {
    display: none;
    width: 100%;
    padding: 40px 70px 80px 70px;
}

.login-register-content .form-wrapper .form-inner .forget-form {
    display: none;
    width: 100%;
    padding: 60px 70px 80px 70px;
}

.login-register-content .form-wrapper .form-inner form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-register-content .form-wrapper .form-inner .login-no-form .form-group {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
}

.login-register-content .form-wrapper .form-inner .login-no-form .form-group:first-child {
    width: 100%;
    margin-top: 0;
}

.login-register-content .form-wrapper .form-inner .login-phone-form .form-group {
    width: 100%;
    margin-bottom: 0;
}

.login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code {
    width: 100%;
    margin-top: 1rem;
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code {
    width: 100%;
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper,
.login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper button,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper button, 
.login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper button {
    height: 48px;
    width: 128px;
    background: #2965FF;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper input,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper input,
.login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper input {
    width: calc(100% - 148px);
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
}

.login-register-content .form-wrapper .form-inner .forget-form .form-group:first-child,
.login-register-content .form-wrapper .form-inner .register-phone-form .form-group:first-child {
    width: 100%;
    margin-top: 0;
}

.login-register-content .form-wrapper .form-inner .form-group input {
    width: 100%;
    height: 50px;
    padding-left: 18px;
    line-height: 50px;
    border: 1px solid #E9E9E9;
    outline: none;
}

.login-register-content .form-wrapper .form-inner .form-group input:focus {
    border-color: #FF6A00;
}

.login-register-content .form-wrapper .form-inner .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
}

.login-register-content .form-wrapper .form-inner .form-group input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
}

.login-register-content .form-wrapper .form-inner .form-group input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
}

.login-register-content .form-wrapper .form-inner .form-group input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
}

.login-register-content .form-wrapper .form-inner .form-agreenment label.error,
.login-register-content .form-wrapper .form-inner .form-group label.error {
    display: none;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #E94C1B;
}

.login-register-content .form-wrapper .form-inner .form-agreenment {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox] {
    visibility: hidden;
    position: relative;
    cursor: pointer;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:before {
    display: block;
    visibility: visible;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #4E4E4E;
    border-radius: 2px;
    left: 0;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:checked:before {
    background: #4E4E4E;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:after {
    display: block;
    visibility: hidden;
    content: "";
    width: 5px;
    height: 9.5px;
    position: absolute;
    top: 1px;
    left: 5px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(45deg);
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:checked:after {
    visibility: visible;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner label {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner label a {
    color: #1366EC;
    margin: 0 4px;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .errorInfo {
    width: 100%;
}

.login-register-content .form-wrapper .form-inner .form-agreenment .errorInfo label.error {
    margin-top: 0;
}

.login-register-content .form-wrapper .form-inner .form-btn {
    width: 100%;
    margin-top: 30px;
}

.login-register-content .form-wrapper .form-inner .form-btn button[type=submit] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    outline: none;
    background: #FF6A00;
    color: #FFFFFF;
}

.login-register-content .form-wrapper .form-inner .form-links {
    width: 100%;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-register-content .form-wrapper .form-inner .form-links a {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}

.login-register-content .form-wrapper .form-inner .form-links a:hover {
    color: #FF6A00;
}

.login-register-content .form-wrapper .form-inner .login-phone-form {
    display: none;
}

.login-register-content .form-wrapper .form-inner .show {
    display: block;
}

.login-register-content .content-footer {
    width: calc(100% - var(--grid-style1-margin) * 2);
    margin: 40px auto 0 auto;
    border-top: 1px solid #EDEDED;
}

.login-register-content .content-footer .site-links {
    margin: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


.login-register-content .content-footer .site-links a {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-right: 30px;
    margin-bottom: 14px;
}

.login-register-content .content-footer .site-links a:hover {
    color: #FF6A00;
}

.login-register-content .content-footer .login-foot-info {
    width: 100%;
    padding-bottom: 27px;
}

.login-register-content .content-footer .login-foot-info .login-foot-info-top,
.login-register-content .content-footer .login-foot-info .login-foot-info-bottom {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.login-register-content .content-footer .login-foot-info .login-foot-info-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login-register-content .content-footer .login-foot-info .login-foot-info-bottom a {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.login-register-content .content-footer .login-foot-info .login-foot-info-bottom a:hover {
    color: #FF6A00;
}

.login-register-content .content-footer .login-foot-info .login-foot-info-bottom .login-foot-ga {
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 768px) {
    .login-register-content {
        position: relative;
        height: calc(100vh - 64px);
        min-height: 900px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        background: #FBF9F7;
        overflow-y: scroll;
        background-image: url('../images/login/bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 56px;
    }
    
    .login-register-content .content-title {
        margin-top: 12%;
        margin-left: 10%;
        padding-top: 75px;
    }
    
    .login-register-content .content-title h1 {
        font-size: 40px;
        font-weight: 600;
        color: #181818;
        line-height: 1;
    }
    
    .login-register-content .content-title ul {
        margin-top: 47px;
        list-style: square;
        padding-left: 20px;
    }
    
    .login-register-content .content-title ul li{
        list-style: square;
        padding-left: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #181818;
        line-height: 48px;
    }
    
    .login-register-content .form-wrapper {
        width: 540px;
        height: auto;
        margin-top: 130px;
        margin-right: 340px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(157,157,157,0.07);
    }
    
    .login-register-content .form-wrapper .login-type {
        width: 100%;
        padding-top: 50px;
        border-bottom: 1px solid #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .login-register-content .form-wrapper .login-type a {
        margin: 0 50px;
        padding-bottom: 26px;
        font-size: 16px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        transition: all 0.2s;
    }
    
    .login-register-content .form-wrapper .login-type a.active {
        position: relative;
        color: #FF6A00;
    }
    
    .login-register-content .form-wrapper .login-type a.active:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        display: block;
        width: 33px;
        height: 3px;
        background: #FF6A00;
        transition: all 0.2s;
    }
    
    .login-register-content .form-wrapper .forget-type,
    .login-register-content .form-wrapper .register-type {
        width: 100%;
        padding: 50px 70px 0 70px;
        border-bottom: 1px solid #F2F2F2;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .login-register-content .form-wrapper .forget-type a,
    .login-register-content .form-wrapper .register-type a {
        padding-bottom: 26px;
        font-size: 16px;
        color: #181818;
        line-height: 1;
    }
    
    .login-register-content .form-wrapper .forget-type a.active,
    .login-register-content .form-wrapper .register-type a.active {
        position: relative;
    }
    
    .login-register-content .form-wrapper .forget-type a.active:after,
    .login-register-content .form-wrapper .register-type a.active:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 33px;
        height: 3px;
        background: #FF6A00;
    }
    
    .login-register-content .form-wrapper .forget-type .forget-tips,
    .login-register-content .form-wrapper .register-type .register-tips {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .login-register-content .form-wrapper .register-type .register-tips a {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #2965FF;
    }
    
    .login-register-content .form-wrapper .forget-type .forget-tips a {
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }
    
    .login-register-content .form-wrapper .forget-type .forget-tips a:hover {
        color: #2965FF;
    }
    
    .login-register-content .form-wrapper .form-inner {
        width: 100%;
    }
    
    .login-register-content .form-wrapper .form-inner .login-no-form,
    .login-register-content .form-wrapper .form-inner .login-phone-form {
        display: none;
        width: 100%;
        padding: 60px 70px 120px 70px;
    }
    
    .login-register-content .form-wrapper .form-inner .register-phone-form {
        display: none;
        width: 100%;
        padding: 40px 70px 80px 70px;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form {
        display: none;
        width: 100%;
        padding: 60px 70px 80px 70px;
    }
    
    .login-register-content .form-wrapper .form-inner form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .login-register-content .form-wrapper .form-inner .login-no-form .form-group {
        width: 100%;
        margin-bottom: 0;
        margin-top: 1rem;
    }
    
    .login-register-content .form-wrapper .form-inner .login-no-form .form-group:first-child {
        width: 100%;
        margin-top: 0;
    }
    
    .login-register-content .form-wrapper .form-inner .login-phone-form .form-group {
        width: 100%;
        margin-bottom: 0;
    }
    
    .login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code {
        width: 100%;
        margin-top: 1rem;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code {
        width: 100%;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper,
    .login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper button,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper button, 
    .login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper button {
        height: 48px;
        width: 128px;
        background: #2965FF;
        outline: none;
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group.phone-code .phone-code-wrapper input,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group.phone-code .phone-code-wrapper input,
    .login-register-content .form-wrapper .form-inner .login-phone-form .form-group.phone-code .phone-code-wrapper input {
        width: calc(100% - 148px);
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group {
        width: 100%;
        margin-bottom: 0;
        margin-top: 1rem;
    }
    
    .login-register-content .form-wrapper .form-inner .forget-form .form-group:first-child,
    .login-register-content .form-wrapper .form-inner .register-phone-form .form-group:first-child {
        width: 100%;
        margin-top: 0;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input {
        width: 100%;
        height: 50px;
        padding-left: 18px;
        line-height: 50px;
        border: 1px solid #E9E9E9;
        outline: none;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input:focus {
        border-color: #FF6A00;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #ACACAC;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input:-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #ACACAC;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #ACACAC;
    }
    
    .login-register-content .form-wrapper .form-inner .form-group input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #ACACAC;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment label.error,
    .login-register-content .form-wrapper .form-inner .form-group label.error {
        display: none;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        color: #E94C1B;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox] {
        visibility: hidden;
        position: relative;
        cursor: pointer;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:before {
        display: block;
        visibility: visible;
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: 1px solid #4E4E4E;
        border-radius: 2px;
        left: 0;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:checked:before {
        background: #4E4E4E;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:after {
        display: block;
        visibility: hidden;
        content: "";
        width: 5px;
        height: 9.5px;
        position: absolute;
        top: 1px;
        left: 5px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(45deg);
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner input[type=checkbox]:checked:after {
        visibility: visible;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner label {
        margin-left: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 1;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .form-agreenment-inner label a {
        color: #1366EC;
        margin: 0 4px;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .errorInfo {
        width: 100%;
    }
    
    .login-register-content .form-wrapper .form-inner .form-agreenment .errorInfo label.error {
        margin-top: 0;
    }
    
    .login-register-content .form-wrapper .form-inner .form-btn {
        width: 100%;
        margin-top: 30px;
    }
    
    .login-register-content .form-wrapper .form-inner .form-btn button[type=submit] {
        width: 100%;
        height: 48px;
        line-height: 48px;
        border: none;
        outline: none;
        background: #FF6A00;
        color: #FFFFFF;
    }
    
    .login-register-content .form-wrapper .form-inner .form-links {
        width: 100%;
        margin-top: 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .login-register-content .form-wrapper .form-inner .form-links a {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
    }
    
    .login-register-content .form-wrapper .form-inner .form-links a:hover {
        color: #FF6A00;
    }
    
    .login-register-content .form-wrapper .form-inner .login-phone-form {
        display: none;
    }
    
    .login-register-content .form-wrapper .form-inner .show {
        display: block;
    }
    
    .login-register-content .content-footer {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        width: calc(100% - var(--grid-style1-margin) * 2);
        margin: 0 auto;
        border-top: 1px solid #EDEDED;
    }
    
    .login-register-content .content-footer .site-links {
        margin: 22px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .login-register-content .content-footer .site-links a {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        line-height: 1;
        margin-right: 30px;
    }
    
    .login-register-content .content-footer .site-links a:hover {
        color: #FF6A00;
    }
    
    .login-register-content .content-footer .login-foot-info {
        width: 100%;
        padding-bottom: 27px;
    }
    
    .login-register-content .content-footer .login-foot-info .login-foot-info-top,
    .login-register-content .content-footer .login-foot-info .login-foot-info-bottom {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
    }
    
    .login-register-content .content-footer .login-foot-info .login-foot-info-bottom {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .login-register-content .content-footer .login-foot-info .login-foot-info-bottom a {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .login-register-content .content-footer .login-foot-info .login-foot-info-bottom a:hover {
        color: #FF6A00;
    }
    
    .login-register-content .content-footer .login-foot-info .login-foot-info-bottom .login-foot-ga {
        margin-left: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (min-width: 1300px) {
    .login-register-content .content-title {
        margin-top: 130px;
        margin-left: 480px;
        padding-top: 75px;
    }
}

.captcha-wrapper {
    display: none;
}

.captcha-wrapper .captcha-content{
    width: 500px;
    background:#fff;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    transform:translateX(-250px);
    padding:30px 40px;
    border-radius: 5px;
}

.captcha-wrapper .captcha-footer{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    margin-top: 40px;
}

.captcha-wrapper #check-btn {
    width: 124px;
    height: 36px;
    background: #0058FF;
    color: #fff;
    font-size: 14px;
    border:none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1;
    outline: none;
}

.captcha-wrapper #cancel-btn{
    width: 124px;
    height: 36px;
    margin-left: 20px;
    background: #E7E7E7;
    color: #1E2736;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1;
    outline: none;
}

.captcha-wrapper #captcha-input{
    width: 240px;
    height: 48px;
    padding-left: 10px;
    margin-right: 20px;
    border-radius: 2px;
    border: 1px solid #E9E9E9;
}

.captcha-wrapper #captcha-img{
    cursor: pointer;
    height: 48px;
    width: 160px;
}

.captcha-wrapper .captcha-title{
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
}

.captcha-wrapper #captcha-error-text {
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: 10px !important;
}

/*@media screen and (max-width: 750px) {*/

/*    .captcha-footer{*/
/*        display:flex;*/
/*        flex-direction:column;*/
/*    }*/
/*    #check-btn,#cancel-btn{*/
/*        width:100%;*/
/*        height:.8rem;*/
/*        font-size:.34rem*/
/*    }*/
/*    #check-btn{}*/
/*    #cancel-btn{*/
/*        margin-left: 0;*/
/*        margin-top:.2rem;*/
/*    }*/
/*    #captcha-img{*/
/*        cursor: pointer;*/
/*        height:.8rem;*/
/*        width:1.93rem;*/
/*    }*/
/*    #captcha-input{*/
/*        width: 100%;*/
/*        height: .8rem;*/
/*        margin-right: .1rem;*/
/*        font-size:.28rem;*/
/*    }*/
/*    .captcha-title{*/
/*        font-size: .36rem;*/
/*        line-height: .36rem;*/
/*    }*/
/*}*/
/* 登录 注册 end */

/* 数据中心 begin */
.datacenter-banner {
    height: 320px;
    width: 100%;
}

.datacenter-banner .banner-inner h1 {
    margin-top: 18px;
    margin-bottom: 10px;
}

.datacenter-banner .banner-inner .datacenter-search {
    width: 100%;
    height: 44px;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
}

.datacenter-banner .banner-inner .datacenter-search input[name=keyword] {
    width: calc(100% - 80px);
    height: 100%;
    padding-left: 22px;
    outline: none;
    border: none;
}

.datacenter-banner .banner-inner .datacenter-search button[type=submit] {
    position: relative;
    height: 100%;
    width: 80px;
    background: #FF6A00;
    border: none;
    outline: none;
}

.datacenter-banner .banner-inner .datacenter-search button[type=submit]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/common/icon-search-white.png');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
}

.datacenter-banner .banner-inner .datacenter-word-recommand {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-title {
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list a {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}

.datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list a:hover {
    color: #FF6A00;
}

.main-content.datacenter .datacenter-search-menu-wrapper {
    width: 100%;
    border: 1px solid #EFEFEF;
}

.main-content.datacenter .datacenter-search-menu {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-title {
    width: 70px;
    line-height: 40px;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list a {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 8px;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F0F0F0;
    color: #181818;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list a.active {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand {
    width: 100%;
    margin-top: 10px;
    padding: 20px 37px;
    border: 1px solid #EFEFEF;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand a {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 2px;
    font-size: 14px;
    color: #787878;
}

.main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand a.active {
    color: #181818;
    background: #F4F4F4;
}

.main-content.datacenter .datacenter-search-menu .datacenter-search-map {
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
}

.main-content.datacenter .datacenter-search-menu .datacenter-search-map a {
    position: relative;
    color: #181818;
    padding-left: 30px;
    padding-right: 20px;
}

.main-content.datacenter .datacenter-search-menu .datacenter-search-map a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/common/icon-map.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.main-content.datacenter .datacenter-search-menu .datacenter-search-map a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url('../images/common/icon-arrow-down-10x7.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.main-content.datacenter .datacenter-content {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 56px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .img-wrapper {
    width: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .img-wrapper img {
    width: 100%;
    object-fit: contain;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top {
    padding: 16px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-name {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price .price {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    color: #FF6A00;
    line-height: 1;
    padding-left: 29px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price .price:before {
    position: absolute;
    bottom: 5px;
    left: 20px;
    content: "¥";
    color: #FF6A00;
    font-size: 14px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price-btn {
    color: #FF6A00;
    margin-top: 10px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-desc {
    width: 100%;
    margin-top: 0;
    margin-bottom: 13px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left {
    width: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-address {
    position: relative;
    padding-left: 31px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-address:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 13px;
    height: 16px;
    background-image: url('../images/common/icon-location.png');
    background-repeat: no-repeat;
    background-size: 13px 16px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-phone {
    position: relative;
    padding-left: 31px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-phone:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/common/icon-phone.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right {
    width: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-num {
    position: relative;
    padding-left: 31px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-num:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background-image: url('../images/common/icon-datacenter-stand.png');
    background-repeat: no-repeat;
    background-size: 17px 15px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star {
    width: 60%;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star .data-star-item {
    width: 20px;
    height: 19px;
    background-image: url('../images/common/icon-star.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star .data-star-item.active {
    background-position: 0 -19px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .line-item {
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #EFF3FF;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .test-ip {
    position: relative;
    margin-left: 12px;
    margin-bottom: 10px;
    padding-right: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .test-ip:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url('../images/common/icon-arrow-down-10x7.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom {
    width: 100%;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-tag {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-tag .tag-item {
    padding: 6px 10px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    border: 1px solid #EFEFEF;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-more {
    width: 60%;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-more .more-btn {
    width: 96%;
    padding: 9px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FF6A00;
    line-height: 1;
    border: 1px solid #FF6A00;
    text-align: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination {
    margin: 22px 0 40px 0;
    padding: 0 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item:not(:last-child) {
    margin-right: 5px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item a {
    padding: 10px 14px;
    border: none;
    border-radius: 0;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    line-height: 1;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item.active a {
    color: #FFFFFF;
    background: #1366EC;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot {
    width: 100%;
    padding: 0 10px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper {
    width: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list-title {
    width: 100%;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    border-bottom: 1px solid #EFEFEF;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item {
    width: 100%;
    padding: 30px;
    border: 1px solid #F0F0F0;
    margin-top: 26px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .img-wrapper {
    width: 100%;
    height: 180px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .img-wrapper img {
    width: 100%;
    height: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info {
    width: 100%;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info h5 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .tag {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .tag .tag-item {
    padding: 8px 16px;
    margin-right: 9px;
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #EFF3FF;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price {
    margin-top: 18px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price .price-num {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #FF6A00;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price .price-num:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto 0;
    content: "¥";
    display: inline-block;
    font-size: 14px;
    color: #FF6A00;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-btn {
    width: 100%;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-btn .buy-btn {
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FF6A00;
    line-height: 1;
    border: 1px solid #FF6A00;
    text-align: center;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper {
    width: 100%;
    margin-top: 20px;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-title {
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    border-bottom: 1px solid #EFEFEF;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-list .hot-idc-item {
    display: inline-block;
    padding: 9px 16px;
    margin: 4px 5px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #F4F4F4;
}

.map-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.datacenter-map-wrapper {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1280px;
    height: 800px;
    background: rgba(0, 0, 0, .3);
    transition: opacity .3s;
}

.datacenter-map-wrapper .datacenter-map-container {
    position: relative;
    width: 1280px;
    height: 800px;
    background: #FFFFFF;
    overflow: hidden;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper {
    position: absolute;
    top: 36px;
    left: 48px;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title {
    position: relative;
    padding-bottom: 20px;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    content: "";
    background: #FF6A00;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title b {
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map-close {
    z-index: 999;
    position: absolute;
    right: 25px;
    top: 22px;
    width: 15px;
    height: 15px;
    background-image: url('../images/common/icon-close.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.datacenter-map-wrapper .datacenter-map-container .datacenter-map {
    width: 1280px;
    height: 800px;
    /*padding-top: 46px;*/
    transform: scale(1.2);
    transform-origin: top center;
    overflow: hidden;
}

.datacenter .datacenter-bread {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.datacenter .datacenter-bread .bread {
    padding: 16px 10px;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.datacenter .datacenter-bread .bread .bread-title {
    width: 80px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.datacenter .datacenter-bread .bread ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.datacenter .datacenter-bread .bread ul li {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.datacenter .datacenter-bread .bread ul li:not(:last-child) {
    position: relative;
    padding-right: 18px;
}

.datacenter .datacenter-bread .bread ul li:not(:last-child):after {
    position: absolute;
    top: 5px;
    right: 4px;
    content: ">";
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 12px;
}

.datacenter .datacenter-bread .bread ul li:last-child {
    color: #787878;
}

.datacenter .datacenter-detail {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 20px auto 50px auto;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.datacenter .datacenter-detail .datacenter-detail-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info {
    width: 100%;
    overflow: hidden;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info h4 {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 35px;
}

.datacenter .datacenter-detail .detail-baseinfo {
    width: 100%;
}

.datacenter .datacenter-detail .detail-baseinfo b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list:not(:first-child) {
    margin-left: 0;
}

.datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item {
    min-width: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item .base-item-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 32px;
    min-width: 100px;
}

.datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item .base-item-value {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 32px;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect {
    margin-top: 36px;
    width: 100%;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner {
    width: 100%;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-address,
.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-phone {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    padding-left: 30px;
    line-height: 30px;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-address:before {
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 13px;
    height: 16px;
    background-image: url('../images/common/icon-location.png');
    background-repeat: no-repeat;
    background-size: 13px 16px;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-phone:before {
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/common/icon-phone.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-img {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.datacenter .datacenter-detail .datacenter-detail-top .detail-top-img img {
    width: 100%;
    object-fit: contain;
}

.datacenter .datacenter-detail .datacenter-detail-desc {
    margin-top: 30px;
    width: 100%;
}

.datacenter .datacenter-detail .datacenter-detail-desc b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.datacenter .datacenter-detail .datacenter-detail-desc p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}

.datacenter .datacenter-detail .datacenter-detail-desc ul li {
    list-style: inside;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 28px;
}

.datacenter .datacenter-detail .datacenter-detail-bottom {
    position: relative;
    margin-top: 26px;
    min-height: 200px;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text {
    width: 100%;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text .detail-tips {
    width: 100%;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text .detail-tips p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 28px;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip {
    margin-top: 40px;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip ul li {
    list-style: none;
    position: relative;
    padding-left: 38px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 36px;
    cursor: pointer;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 24px;
    height: 19px;
    background-image: url('../images/common/icon-datacenter-ip.png');
    background-repeat: no-repeat;
    background-size: 24px 19px;
    background-position: center;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode {
    
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode .qrcode-wrapper {
    width: 148px;
    height: 148px;
    background: #ECECEC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode .qrcode-wrapper img {
    height: 120px;
    width: 120px;
}

.datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode p {
    margin-top: 10px;
    font-size: 12px;
    color: #787878;
    line-height: 22px;
}

.datacenter .datacenter-business {
    width: 100%;
}

.datacenter .datacenter-business .datacenter-business-title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 40px;
}

.datacenter .datacenter-business .datacenter-business-content {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 90px;
    background: #F8F8F8;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-title {
    width: 16.67%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    letter-spacing: 4px;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table:not(:last-child) .business-title {
    border-bottom: 1px solid #E9E9E9;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper {
    width: 83.33%;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #FFD0AF;
    border: 1px solid #FFB580;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title.yel {
    background: #FFF1D5;
    border: 1px solid #FFE0A2;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title .table-title-item {
    width: 20%;
    padding-left: 0;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    line-height: 24px;
    border-right: 1px solid #E9E9E9;
    text-align: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title .table-title-item:last-child {
    border-right: none;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 0.5px solid #E5E5E5;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(3) {
    border-right: 0.5px solid #E5E5E5;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(n+4) {
    border-right: 1px solid #E5E5E5;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:last-child {
    border-right: none;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list.all {
    border-right: 1px solid #E5E5E5 !important;
    border-left: 0.5px solid #E5E5E5 !important;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list.all .table-content-item {
    border: none !important;
    padding: 0 0;
    text-align: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list .table-content-item {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
    text-align: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(-n+3) .table-content-item {
    border: 0.5px solid #E5E5E5;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a {
    display: inline-block;
    width: 160px;
    height: 46px;
    margin: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn {
    background: #FF6A00;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn span {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
    padding-left: 32px;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url('../images/common/icon-service-19x18.png');
    background-repeat: no-repeat;
    background-size: 19px 18px;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn {
    border: 2px solid #1366EC;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn span {
    position: relative;
    color: #1366EC;
    font-size: 14px;
    line-height: 1;
    padding-right: 28px;
}

.datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn span:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url('../images/common/icon-arrow-right-13x12.png');
    background-repeat: no-repeat;
    background-size: 13px 12px;
}

@media (min-width: 768px) {
    .datacenter-banner {
        height: 280px;
        width: 100%;
    }
    
    .datacenter-banner .banner-inner h1 {
        margin-top: 18px;
        margin-bottom: 10px;
    }
    
    .datacenter-banner .banner-inner .datacenter-search {
        width: 710px;
        height: 56px;
        margin-top: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #FFFFFF;
        border: 2px solid #FF6A00;
    }
    
    .datacenter-banner .banner-inner .datacenter-search input[name=keyword] {
        width: calc(100% - 80px);
        height: 100%;
        padding-left: 22px;
        outline: none;
        border: none;
    }
    
    .datacenter-banner .banner-inner .datacenter-search button[type=submit] {
        position: relative;
        height: 100%;
        width: 80px;
        background: #FF6A00;
        border: none;
        outline: none;
    }
    
    .datacenter-banner .banner-inner .datacenter-search button[type=submit]:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/common/icon-search-white.png');
        background-repeat: no-repeat;
        background-size: 26px 26px;
        background-position: center;
    }
    
    .datacenter-banner .banner-inner .datacenter-word-recommand {
        width: 710px;
        margin-top: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-title {
        width: 80px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list {
        width: calc(100% - 80px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list a {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .datacenter-banner .banner-inner .datacenter-word-recommand .datacenter-word-list a:hover {
        color: #FF6A00;
    }
    
    .main-content.datacenter .datacenter-search-menu-wrapper {
        width: 100%;
        border: 1px solid #EFEFEF;
    }
    
    .main-content.datacenter .datacenter-search-menu {
        position: relative;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-title {
        width: 100px;
        line-height: 40px;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list {
        width: calc(100% - 100px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list a {
        margin-right: 4px;
        margin-left: 4px;
        margin-bottom: 10px;
        padding: 0 26px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #F0F0F0;
        color: #181818;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-inner .search-menu-item-list a.active {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand {
        width: 100%;
        margin-top: 10px;
        padding: 20px 37px;
        border: 1px solid #EFEFEF;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand a {
        display: inline-block;
        padding: 5px 14px;
        margin-bottom: 2px;
        font-size: 14px;
        color: #787878;
    }
    
    .main-content.datacenter .datacenter-search-menu .search-menu-item .search-menu-item-expand a.active {
        color: #181818;
        background: #F4F4F4;
    }
    
    .main-content.datacenter .datacenter-search-menu .datacenter-search-map {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px;
    }
    
    .main-content.datacenter .datacenter-search-menu .datacenter-search-map a {
        position: relative;
        color: #181818;
        padding-left: 30px;
        padding-right: 20px;
    }
    
    .main-content.datacenter .datacenter-search-menu .datacenter-search-map a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('../images/common/icon-map.png');
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    
    .main-content.datacenter .datacenter-search-menu .datacenter-search-map a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 10px;
        height: 7px;
        background-image: url('../images/common/icon-arrow-down-10x7.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .main-content.datacenter .datacenter-content {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 56px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list {
        width: calc(100% - 55px - 360px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item {
        width: 100%;
        margin-top: 30px;
        padding: 40px;
        border: 1px solid #EFEFEF;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .img-wrapper {
        width: 34%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .img-wrapper img {
        width: 100%;
        object-fit: contain;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info {
        width: 62%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top {
        padding: 3px 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-name {
        font-weight: 400;
        font-size: 18px;
        color: #181818;
        line-height: 1;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price {
        margin-top: 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price .price {
        position: relative;
        font-weight: 400;
        font-size: 24px;
        color: #FF6A00;
        line-height: 1;
        padding-left: 29px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price .price:before {
        position: absolute;
        bottom: 5px;
        left: 20px;
        content: "¥";
        color: #FF6A00;
        font-size: 14px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-top .datacenter-item-price-btn {
        color: #FF6A00;
        margin-right: 10px;
        margin-top: 0;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-desc {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 13px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-desc p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left {
        width: 56%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-address {
        position: relative;
        padding-left: 31px;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #787878;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-address:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 13px;
        height: 16px;
        background-image: url('../images/common/icon-location.png');
        background-repeat: no-repeat;
        background-size: 13px 16px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-phone {
        position: relative;
        padding-left: 31px;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #787878;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-left .datacenter-data-phone:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url('../images/common/icon-phone.png');
        background-repeat: no-repeat;
        background-size: 14px 14px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right {
        width: 35%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-num {
        position: relative;
        padding-left: 27px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-num:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 17px;
        height: 15px;
        background-image: url('../images/common/icon-datacenter-stand.png');
        background-repeat: no-repeat;
        background-size: 17px 15px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star {
        width: 84%;
        margin-top: 6px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star .data-star-item {
        width: 20px;
        height: 19px;
        background-image: url('../images/common/icon-star.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-data .datacenter-data-right .datacenter-data-star .data-star-item.active {
        background-position: 0 -19px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .line-item {
        margin-right: 6px;
        margin-bottom: 0;
        padding: 10px 16px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        background: #EFF3FF;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .test-ip {
        position: relative;
        margin-left: 12px;
        margin-bottom: 0;
        padding-right: 22px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-line .test-ip:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 10px;
        height: 7px;
        background-image: url('../images/common/icon-arrow-down-10x7.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom {
        width: 96%;
        margin-top: 9px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-tag {
        width: 68%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-tag .tag-item {
        padding: 9px 14px;
        margin-right: 6px;
        margin-bottom: 3px;
        margin-top: 3px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        border: 1px solid #EFEFEF;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-more {
        width: 30%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-item .datacenter-item-info .datacenter-item-bottom .datacenter-item-more .more-btn {
        width: 96%;
        padding: 9px 0;
        font-weight: 400;
        font-size: 14px;
        color: #FF6A00;
        line-height: 1;
        border: 1px solid #FF6A00;
        text-align: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination {
        margin: 22px 0 40px 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item:not(:last-child) {
        margin-right: 5px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item a {
        padding: 10px 14px;
        border: none;
        border-radius: 0;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 12px;
        color: #181818;
        line-height: 1;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-list .datacenter-pagination .page-item.active a {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot {
        width: 360px;
        padding: 0;
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper {
        width: 100%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list-title {
        width: 100%;
        padding-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #181818;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item {
        width: 100%;
        padding: 30px;
        border: 1px solid #F0F0F0;
        margin-top: 26px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .img-wrapper {
        width: 100%;
        height: 180px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .img-wrapper img {
        width: 100%;
        height: 100%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info {
        width: 100%;
        margin-top: 22px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info h5 {
        font-weight: 400;
        font-size: 18px;
        color: #181818;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .tag {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .tag .tag-item {
        padding: 8px 16px;
        margin-right: 9px;
        margin-top: 6px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        background: #EFF3FF;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price {
        margin-top: 18px;
        margin-bottom: 18px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price .price-num {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        color: #FF6A00;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-info .hot-price .price-num:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 18px;
        margin: auto 0;
        content: "¥";
        display: inline-block;
        font-size: 14px;
        color: #FF6A00;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-btn {
        width: 100%;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-list-wrapper .hot-list .hot-list-item .hot-item-btn .buy-btn {
        display: inline-block;
        width: 100%;
        padding: 9px 0;
        font-weight: 400;
        font-size: 14px;
        color: #FF6A00;
        line-height: 1;
        border: 1px solid #FF6A00;
        text-align: center;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper {
        width: 100%;
        margin-top: 70px;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-title {
        width: 100%;
        padding-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #181818;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-list {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .main-content.datacenter .datacenter-content .datacenter-content-inner .datacenter-hot .hot-idc-wrapper .hot-idc-list .hot-idc-item {
        display: inline-block;
        padding: 9px 16px;
        margin: 4px 5px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        background: #F4F4F4;
    }
    
    .map-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
    }
    
    .datacenter-map-wrapper {
        visibility: hidden;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1280px;
        height: 800px;
        background: rgba(0, 0, 0, .3);
        transition: opacity .3s;
    }
    
    .datacenter-map-wrapper .datacenter-map-container {
        position: relative;
        width: 1280px;
        height: 800px;
        background: #FFFFFF;
        overflow: hidden;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper {
        position: absolute;
        top: 36px;
        left: 48px;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title {
        position: relative;
        padding-bottom: 20px;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 3px;
        content: "";
        background: #FF6A00;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map-title-wrapper .datacenter-map-title b {
        font-weight: 400;
        font-size: 16px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map-close {
        z-index: 999;
        position: absolute;
        right: 25px;
        top: 22px;
        width: 15px;
        height: 15px;
        background-image: url('../images/common/icon-close.png');
        background-size: 15px 15px;
        background-repeat: no-repeat;
    }
    
    .datacenter-map-wrapper .datacenter-map-container .datacenter-map {
        width: 1280px;
        height: 800px;
        /*padding-top: 46px;*/
        transform: scale(1.2);
        transform-origin: top center;
        overflow: hidden;
    }
    
    .datacenter .datacenter-bread {
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
    }
    
    .datacenter .datacenter-bread .bread {
        padding: 26px 0;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .datacenter .datacenter-bread .bread .bread-title {
        width: 80px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .datacenter .datacenter-bread .bread ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .datacenter .datacenter-bread .bread ul li {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter .datacenter-bread .bread ul li:not(:last-child) {
        position: relative;
        padding-right: 18px;
    }
    
    .datacenter .datacenter-bread .bread ul li:not(:last-child):after {
        position: absolute;
        top: 0;
        right: 4px;
        content: ">";
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 12px;
    }
    
    .datacenter .datacenter-bread .bread ul li:last-child {
        color: #787878;
    }
    
    .datacenter .datacenter-detail {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 30px auto 100px auto;
        padding: 50px 60px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info {
        width: calc(100% - 480px);
        overflow: hidden;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info h4 {
        font-weight: 600;
        font-size: 18px;
        color: #181818;
        line-height: 1;
        margin-bottom: 35px;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo {
        width: 100%;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo b {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list:not(:first-child) {
        margin-left: 10px;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item {
        min-width: 240px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item .base-item-title {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 32px;
        min-width: 100px;
    }
    
    .datacenter .datacenter-detail .detail-baseinfo .detail-baseinfo-inner .detail-baseinfo-list .base-item .base-item-value {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 32px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect {
        margin-top: 36px;
        width: 100%;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect b {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner {
        width: 100%;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-address,
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-phone {
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        padding-left: 30px;
        line-height: 30px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-address:before {
        position: absolute;
        left: 4px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 13px;
        height: 16px;
        background-image: url('../images/common/icon-location.png');
        background-repeat: no-repeat;
        background-size: 13px 16px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-info .detail-connect .detail-connect-inner .connect-phone:before {
        position: absolute;
        left: 4px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url('../images/common/icon-phone.png');
        background-repeat: no-repeat;
        background-size: 14px 14px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-img {
        margin-top: 0;
        width: 474px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-top .detail-top-img img {
        width: 100%;
        object-fit: contain;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-desc {
        margin-top: 30px;
        width: 100%;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-desc b {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-desc p {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 26px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-desc ul li {
        list-style: inside;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 28px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom {
        position: relative;
        margin-top: 26px;
        padding-right: 160px;
        min-height: 200px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text {
        width: 100%;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text .detail-tips {
        width: 100%;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-text .detail-tips p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 28px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip {
        margin-top: 40px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip b {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip ul li {
        list-style: none;
        position: relative;
        padding-left: 38px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 36px;
        cursor: pointer;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-testip ul li:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: inline-block;
        width: 24px;
        height: 19px;
        background-image: url('../images/common/icon-datacenter-ip.png');
        background-repeat: no-repeat;
        background-size: 24px 19px;
        background-position: center;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode .qrcode-wrapper {
        width: 148px;
        height: 148px;
        background: #ECECEC;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode .qrcode-wrapper img {
        height: 120px;
        width: 120px;
    }
    
    .datacenter .datacenter-detail .datacenter-detail-bottom .detail-bottom-qrcode p {
        margin-top: 10px;
        font-size: 12px;
        color: #787878;
        line-height: 22px;
    }
    
    .datacenter .datacenter-business {
        width: 100%;
    }
    
    .datacenter .datacenter-business .datacenter-business-title {
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #181818;
        line-height: 1;
        margin-bottom: 40px;
    }
    
    .datacenter .datacenter-business .datacenter-business-content {
        width: 100%;
        padding-top: 65px;
        padding-bottom: 90px;
        background: #F8F8F8;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-title {
        width: 16.67%;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: horizontal-tb;
        letter-spacing: 0;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table:not(:last-child) .business-title {
        border-bottom: 1px solid #E9E9E9;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper {
        width: 83.33%;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #FFD0AF;
        border: 1px solid #FFB580;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title.yel {
        background: #FFF1D5;
        border: 1px solid #FFE0A2;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title .table-title-item {
        width: 20%;
        padding-left: 68px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 50px;
        border-right: 1px solid #E9E9E9;
        text-align: left;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-title .table-title-item:last-child {
        border-right: none;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border: 0.5px solid #E5E5E5;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list {
        width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(3) {
        border-right: 0.5px solid #E5E5E5;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(n+4) {
        border-right: 1px solid #E5E5E5;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:last-child {
        border-right: none;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list.all {
        border-right: 1px solid #E5E5E5 !important;
        border-left: 0.5px solid #E5E5E5 !important;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list.all .table-content-item {
        border: none !important;
        padding: 0 20px;
        text-align: center;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list .table-content-item {
        width: 100%;
        min-height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 68px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 22px;
        text-align: left;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-inner .business-table .business-table-wrapper .business-table-content .table-content-list:nth-child(-n+3) .table-content-item {
        border: 0.5px solid #E5E5E5;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns {
        width: 100%;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a {
        display: inline-block;
        width: 190px;
        height: 55px;
        margin: 0 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn {
        background: #FF6A00;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn span {
        position: relative;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1;
        padding-left: 32px;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.service-btn span:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        display: inline-block;
        width: 19px;
        height: 18px;
        background-image: url('../images/common/icon-service-19x18.png');
        background-repeat: no-repeat;
        background-size: 19px 18px;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn {
        border: 2px solid #1366EC;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn span {
        position: relative;
        color: #1366EC;
        font-size: 14px;
        line-height: 1;
        padding-right: 28px;
    }
    
    .datacenter .datacenter-business .datacenter-business-content .datacenter-business-btns a.to-price-btn span:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        display: inline-block;
        width: 13px;
        height: 12px;
        background-image: url('../images/common/icon-arrow-right-13x12.png');
        background-repeat: no-repeat;
        background-size: 13px 12px;
    }
}
/* 数据中心 end */

/* 关于极云 begin */
.about-banner {
    height: 240px;
    width: 100%;
}

.about-banner .banner-inner {
    padding-top: 40px;
}

.about-banner .title-wrapper {
    position: relative;
    width: 100%;
    height: 100px;
}

.about-banner .title-wrapper h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    font-weight: 800;
    font-size: 40px;
    color: #525252;
}

.about-banner .title-wrapper .title-en-bg {
    position: absolute;
    left: 40px;
    bottom: 0;
    font-weight: 600;
    font-size: 100px;
    color: #DBDBDB;
    line-height: 1;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .about-banner {
        height: 240px;
        width: 100%;
    }
    
    .about-banner .banner-inner {
        padding-top: 60px;
    }
    
    .about-banner .title-wrapper {
        position: relative;
        width: 100%;
        height: 100px;
    }
    
    .about-banner .title-wrapper h1 {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        font-weight: 800;
        font-size: 50px;
        color: #525252;
    }
    
    .about-banner .title-wrapper .title-en-bg {
        position: absolute;
        left: 66px;
        bottom: 0;
        font-weight: 600;
        font-size: 120px;
        color: #DBDBDB;
        line-height: 1;
        opacity: 0.6;
    }
}

.about-page .about-content-wrapper {
    width: calc(100% - var(--grid-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-nav {
    position: sticky;
    top: 10px;
    width: 200px;
    padding-top: 30px;
    z-index: 900;
}

.about-page .about-content-wrapper .about-nav strong {
    display: inline-block;
    width: 100%;
    padding: 12px 0 12px 57px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    background: #FF6A00;
    margin-bottom: 20px;
}

.about-page .about-content-wrapper .about-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}

.about-page .about-content-wrapper .about-nav ul li {
    width: 100%;
    margin: 15px 0;
    padding-left: 53px;
}

.about-page .about-content-wrapper .about-nav ul li a {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.about-page .about-content-wrapper .about-nav ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #B8B8B8;
}

.about-page .about-content-wrapper .about-nav ul li.active a:before {
    background: #1366EC;
}

.about-page .about-content-wrapper .about-nav ul li.active a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #B8B8B8;
}

.about-page .about-content-wrapper .about-content {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 240px 50px 40px;
}

.about-page .about-content-wrapper .about-content .about-content-tab {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-history {
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .tab-title {
    position: relative;
    margin-top: 27px;
    padding-left: 38px;
    font-weight: 400;
    font-size: 24px;
    color: #181818;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-history .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 23px;
    background-image: url('../images/about/tab-title-history.png');
    background-repeat: no-repeat;
    background-size: 25px 23px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-certificate .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 29px;
    height: 32px;
    background-image: url('../images/about/tab-title-certificate.png');
    background-repeat: no-repeat;
    background-size: 29px 32px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-softcert .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/about/tab-title-softcert.png');
    background-repeat: no-repeat;
    background-size: 25px 20px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-ecology .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 32px;
    height: 24px;
    background-image: url('../images/about/tab-title-ecology.png');
    background-repeat: no-repeat;
    background-size: 32px 24px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url('../images/about/tab-title-culture.png');
    background-repeat: no-repeat;
    background-size: 19px 21px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-address .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 21px;
    height: 22px;
    background-image: url('../images/about/tab-title-connect.png');
    background-repeat: no-repeat;
    background-size: 21px 22px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-complain .tab-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 21px;
    height: 22px;
    background-image: url('../images/about/tab-title-complain.png');
    background-repeat: no-repeat;
    background-size: 21px 22px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner {
    position: relative;
    width: 100%;
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right,
.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left {
    width: 50%;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right {
    padding-top: 200px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item {
    position: relative;
    width: 100%;
    padding-top: 84px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item {
    padding-right: 90px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item:before {
    position: absolute;
    top: 40px;
    right: 90px;
    width: 70px;
    height: 3px;
    content: "";
    display: inline-block;
    background: #FF6A00;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item:nth-child(2):before,
.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item:nth-child(3):before {
    width: 180px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right .about-history-item {
    padding-left: 90px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right .about-history-item:before {
    position: absolute;
    top: 40px;
    left: 90px;
    width: 52px;
    height: 3px;
    content: "";
    display: inline-block;
    background: #FF6A00;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right .about-history-item:nth-child(2):before {
    width: 75px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right .about-history-item:not(:first-child) {
    margin-top: 120px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item:not(:first-child){
    margin-top: 130px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item:nth-child(3) {
    margin-top: 160px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-left .about-history-item .history-year {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 60px;
    height: 60px;
    padding-top: 4px;
    background: #FF6A00;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-right .about-history-item .history-year {
    position: absolute;
    top: 10px;
    left: -24px;
    width: 48px;
    height: 48px;
    padding-top: 4px;
    background: #636363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner {
    position: relative;
    width: 100%;
    border: 1px solid #EEEEEE;
    padding: 48px 68px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item:not(:first-child) {
    margin-top: 55px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-date {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-date .date-day {
    font-weight: 500;
    font-size: 72px;
    color: #DBDBDB;
    line-height: 60px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-date .date-month {
    margin-left: 7px;
    font-weight: bold;
    font-size: 36px;
    color: #DBDBDB;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-desc {
    width: 100%;
    padding-bottom: 50px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: justify;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-desc p:not(last-child) {
    margin-bottom: 26px;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-img {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .about-history-item .about-history-item-inner .history-sec-item .history-img img {
    object-fit: contain;
}

.about-page .about-content-wrapper .about-content .about-content-tab .about-history-inner .middle-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    height: 100%;
    width: 2px;
    background-image: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE 50%, transparent 50%);
    background-size: 2px 20px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-certificate {
    position: relative;
    left: calc(-240px - var(--grid-margin));
    width: calc(100% + 240px * 2 + var(--grid-margin) * 2);
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-certificate .about-certificate-inner {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-certificate .tab-title {
    width: calc(100% - 480px - var(--grid-margin) * 2);
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content {
    width: 100%;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner {
    width: calc(100% - 480px - var(--grid-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item {
    padding-top: 35px;
    padding-bottom: 50px;
    width: 30.8%;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item:first-child {
    padding-right: 6.2rem;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item:nth-child(2) {
    width: 38.4%;
    padding-right: 6.2rem;
    padding-left: 6.2rem;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item:last-child {
    padding-left: 6.2rem;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item .certificate-item-img {
    width: 100%;
    height: 15rem;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item .certificate-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item .certificate-item-info {
    width: 100%;
    margin-top: 30px;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item .certificate-item-info b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-content .about-certificate-content-inner .certificate-item .certificate-item-info .item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-bottom {
    width: calc(100% - 480px - var(--grid-margin) * 2);
    margin: auto;
    height: 107px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-bottom .certificate-item-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-certificate .about-certificate-bottom .certificate-item-img img {
    object-fit: contain;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-softcert {
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-ecology {
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner,
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner .about-softcert-item,
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner .about-ecology-item {
    width: 32%;
    height: 19rem;
    padding-top: 1.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #EEEEEE;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner .about-softcert-item:not(:nth-child(3n+1)),
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner .about-ecology-item:not(:nth-child(3n+1)) {
    margin-left: 2%;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner .about-softcert-item .img-wrapper,
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner .about-ecology-item .img-wrapper {
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner .about-softcert-item .img-wrapper img,
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner .about-ecology-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-page .about-content-wrapper .about-content .about-softcert .about-softcert-inner .about-softcert-item p,
.about-page .about-content-wrapper .about-content .about-ecology .about-ecology-inner .about-ecology-item p {
    margin-top: 1.25rem;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture {
    padding-top: 80px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-img {
    width: 48%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-img img {
    width: 100%;
    object-fit: contain;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info {
    width: 49%;
    padding-top: 3rem;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-title span {
    color: #F4F5F7;
    font-family: Alibaba PuHuiTi;
    font-size: 2.857em;
    text-transform: uppercase;
    font-size: bold;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-title h4 {
    color: #18191f;
    font-weight: bold;
    font-size: 2em;
    position: relative;
    top: -0.8em;
    padding-bottom: 1em;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-title h4:after {
    content: "";
    width: 1em;
    height: 2px;
    background: #FF6A00;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-txt {
    padding-top: 1.2rem;
    color: #969BAB;
    line-height: 2em;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-right,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-left {
    position: relative;
    width: 50%;
    padding-left: 3rem;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-right span,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-left span {
    color: #969BAB;
    font-size: 0.857em;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-right p,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-left p {
    color: #ff6a00;
    font-size: 3.429em;
    font-weight: bold;
    margin: 0;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-right p font,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num .jiyun-intro-num-left p font {
    font-size: 1rem;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-jiyun-intro .jiyun-intro-info .jiyun-intro-num img {
    max-width: 100%;
    position: absolute;
    right: 1em;
    top: 1em;
    width: 2rem;
    height: 2rem;
    display: block;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-video {
    margin-top: 40px;
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-video .culture-video-left {
    width: 470px;
    height: 480px;
    margin-right: 10px;
    background-image: url('../images/about/about-culture-img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-video .culture-video-right {
    position: relative;
    width: calc(100% - 480px);
    height: 480px;
    background-image: url('../images/about/about-video-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-video .culture-video-right .culture-video-play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background-image: url('../images/about/icon-play-btn.png');
    background-repeat: no-repeate;
    background-size: 80px 80px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point {
    margin-top: 20px;
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper {
    position: relative;
    width: 25%;
    padding-top: 37px;
    height: 517px;
    background: #FFFFFF;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-left-wrapper {
    background-image: url('../images/about/culture-point-1.png');
    background-repeat: no-repeat;
    /*background-size: 476px 375px;*/
    background-size: 333px 263px;
    background-position: top 84px right -28px;
    transition: all .5s ease-in-out;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-middle-wrapper {
    background-image: url('../images/about/culture-point-3.png');
    background-repeat: no-repeat;
    /*background-size: 368px 381px;*/
    background-size: 258px 266px;
    background-position: top 84px right -46px;
    transition: all .5s ease-in-out;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-right-wrapper {
    background-image: url('../images/about/culture-point-2.png');
    background-repeat: no-repeat;
    /*background-size: 368px 381px;*/
    background-size: 258px 266px;
    background-position: top 84px right -70px;
    transition: all .5s ease-in-out;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active {
    width: 50%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-left-wrapper.active {
    background-position: top 0 right -28px;
    background-size: 476px 375px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-middle-wrapper.active {
    background-position: top 0 right -46px;
    background-size: 368px 381px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-right-wrapper.active {
    background-position: top 0 right -70px;
    background-size: 368px 381px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper .culture-point-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 265px;
    padding-left: 34px;
    padding-right: 20px;
    border-right: 1px solid #EEEEEE;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item {
    padding-top: 162px;
    padding-left: 60px;
    transition: all .5s;
    background: linear-gradient(-90deg, rgba(99, 99, 99, 0.6), rgba(52, 52, 52, 1));
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-left-wrapper.active .culture-point-left {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 60px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-right-wrapper.active .culture-point-right {
    position: relative;
    width: 100%;
    padding-left: 60px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-item .culture-point-title {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-title h6 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 40px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-title h6 {
    color: #FF6A00;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper .culture-point-item .culture-point-title .title-desc {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item .culture-point-title .title-desc {
    color: #FFFFFF;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-item .culture-point-desc {
    width: 304px;
    margin-top: 36px;
    display: none;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item .culture-point-desc {
    display: block;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item .culture-point-desc .desc-zh,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item .culture-point-desc .desc-en {
    font-family: MiSans VF;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-point .about-culture-point-wrapper .culture-point-wrapper.active .culture-point-item .culture-point-desc .desc-en {
    margin-top: 46px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #F0F0F0;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item {
    width: 50%;
    padding: 57px 78px 20px 78px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item:first-child {
    border-right: 1px solid #F0F0F0;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-img {
    width: 100%;
    height: 264px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-info {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-info .env-title {
    margin-top: 27px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-info .env-title .env-title-zh {
    display: inline-block;
    margin-right: 27px;
    font-weight: 600;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-info .env-title .env-title-en {
    display: inline-block;
    font-size: 16px;
    color: #787878;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-info .env-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-no {
    position: relative;
    margin-top: 33px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #787878;
    text-align: center;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-no:before,
.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-no:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-no:before {
    left: -16px;
}

.about-page .about-content-wrapper .about-content .about-content-tab.about-culture .about-culture-inner .about-culture-env .culture-env-item .env-no:after {
    right: -16px;
}

.about-page .about-content-wrapper .about-content .about-address {
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner {
    width: 100%;
    padding-top: 35px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map {
    position: relative;
    top: 0;
    min-height: 567px;
    width: 100%;
    background-color: #636363;
    background-image: url('../images/about/about-address-bg.png');
    background-size: 1219px 567px;
    background-repeat: no-repeat;
    background-position: center;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map:before {
    position: absolute;
    top: 65%;
    left: 58%;
    width: 31px;
    height: 38px;
    display: inline-block;
    content: "";
    background-image: url('../images/about/address-point.png');
    background-repeat: no-repeat;
    background-size: 31px 38px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info {
    position: absolute;
    top: 38%;
    right: 12%;
    min-width: 450px;
    padding: 20px 28px 20px 20px;
    background: #FF6A00;
    cursor: pointer;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info .address-name {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 60px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info .address-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info .address-desc .address-desc-item {
    width: 100%;
    margin-bottom: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info .address-desc .address-desc-item .desc-title {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #FFFFFF;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .address-map .address-info .address-desc .address-desc-item .desc-text {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info {
    width: 100%;
    margin-top: 40px;
    border: 0.5px solid #EEEEEE;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item {
    position: relative;
    width: 50%;
    min-height: 16.875rem;;
    padding: 3.75rem 14.375rem 1.875rem 10.3125rem;
    border: 0.5px solid #EEEEEE;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item.text-item {
    padding-right: 2.375rem;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content {
    width: 100%;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-name {
    position: relative;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item.connect-item-1 .connect-content .connect-content-name:before {
    position: absolute;
    top: 0;
    left: -5.875rem;;
    display: inline-block;
    content: "";
    width: 39px;
    height: 31px;
    background-image: url('../images/about/icon-connect-1.png');
    background-repeat: no-repeat;
    background-size: 39px 31px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item.connect-item-2 .connect-content .connect-content-name:before {
    position: absolute;
    top: 0;
    left: -5.875rem;;
    display: inline-block;
    content: "";
    width: 37px;
    height: 35px;
    background-image: url('../images/about/icon-connect-2.png');
    background-repeat: no-repeat;
    background-size: 37px 35px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item.connect-item-3 .connect-content .connect-content-name:before {
    position: absolute;
    top: 0;
    left: -5.875rem;;
    display: inline-block;
    content: "";
    width: 32px;
    height: 36px;
    background-image: url('../images/about/icon-connect-3.png');
    background-repeat: no-repeat;
    background-size: 32px 36px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item.connect-item-4 .connect-content .connect-content-name:before {
    position: absolute;
    top: 0;
    left: -5.875rem;;
    display: inline-block;
    content: "";
    width: 34px;
    height: 38px;
    background-image: url('../images/about/icon-connect-4.png');
    background-repeat: no-repeat;
    background-size: 34px 38px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-name b {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    color: #181818;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-name p {
    font-weight: 400;
    font-size: 16px;
    color: #787878;
    line-height: 1;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-info {
    width: 100%;
    margin-top: 44px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-info .content-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-info .content-item .content-item-name {
    display: inline-block;
    min-width: 3.125rem;;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-info .content-item .content-item-no p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}


.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-content .connect-content-info .content-item .content-item-no a {
    font-weight: 400;
    font-size: 14px;
    color: #3060FD;
    line-height: 24px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-qrcode {
    position: absolute;
    top: 3.75rem;
    right: 5.375rem;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-qrcode .qrcode-img {
    width: 9.375rem;
    height: 9.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-qrcode .qrcode-img img {
    width: 96%;
    height: 96%;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .connect-info .connect-item .connect-qrcode .img-desc {
    margin-top: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 18px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .media-qrcode {
    width: 100%;
    margin-top: 46px;
    border: 0.5px solid #EEEEEE;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .media-qrcode .media-qrcode-item {
    width: 25%;
    padding-top: 50px;
    padding-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 0.5px solid #EEEEEE;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .media-qrcode .media-qrcode-item .media-img {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .media-qrcode .media-qrcode-item .media-img img {
    width: 110px;
    height: 110px;
}

.about-page .about-content-wrapper .about-content .about-address .about-address-inner .media-qrcode .media-qrcode-item p {
    font-weight: 400;
    font-size: 14px;
    color: #636363;
    line-height: 24px;
}

.about-page .about-content-wrapper .about-content .about-complain {
    padding-top: 50px;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner {
    width: 100%;
    padding-top: 35px;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .about-complain-top-tips {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form {
    max-width: 50rem;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-item-name {
    width: 6.25rem;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 40px;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox {
    width: calc(100% - 6.25rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox .lab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox .lab input[type=radio] {
    visibility: hidden;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox .lab input[type=radio]:before {
    display: block;
    visibility: visible;
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox .lab input[type=radio]:after {
    display: block;
    visibility: hidden;
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 5px;
    border-right: 2px solid #3060FE;
    border-bottom: 2px solid #3060FE;
    transform: rotate(45deg);
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-checkbox .lab input[type=radio]:checked:after {
    visibility: visible;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-input {
    width: calc(100% - 6.25rem);
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-input input {
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-input textarea {
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-code {
    width: calc(100% - 6.25rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-code input {
    width: 14rem;
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-code .code-img {
    width: 10rem;
    height: 40px;
    margin-left: 20px;
    border: 1px solid #EFEFEF;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item .form-code .code-img img {
    width: 100%;
    height: 100%;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-tips {
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #636363;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-tips:before {
    position: absolute;
    content: "*";
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-tips .qrcode-complain {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #2852FF;
    border-bottom: 1px solid #2852FF;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-tips .qrcode-complain .qrcode-complain-img {
    visibility: hidden;
    position: absolute;
    top: 106%;
    left: -38px;
    margin: auto;
    background: #FFFFFF;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-tips .qrcode-complain .qrcode-complain-img img {
    width: 110px;
    height: 110px;
}

.about-page .about-content-wrapper .about-content .about-complain .about-complain-inner .complain-form .form-item button[type=submit] {
    width: 160px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    background: #3060FD;
    border: none;
    outline: none;
}
/* 关于极云 end */
/* 新闻动态 begin */
.about-banner .news-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-mb-menu {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.news-page .news-container .news-mb-menu .news-type {
    width: 90%;
}

.news-page .news-container .news-mb-menu .news-type ul {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
}

.news-page .news-container .news-mb-menu .news-type ul li {
    position: relative;
    padding: 10px 12px;
    flex-shrink: 0;
}

.news-page .news-container .news-mb-menu .news-type ul li.active:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 90%;
    height: 2px;
    background: #FF6A00;
}

.news-page .news-container .news-mb-menu .news-type ul li a {
    padding: 5px 0;
    color: #181818;
}

.news-page .news-container .news-mb-menu .news-type ul li.active a {
    color: #FF6A00;
}

.news-page .news-container .news-mb-bottom-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter {
    width: 100%;
    padding-bottom: 14px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .news-hot-datacenter-title {
    margin: 24px 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img {
    width: 100%;
    height: 220px;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img img {
    width: 100%;
    height: 100%;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info {
    margin-top: 44px;
    width: 100%;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info b {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price .num {
    color: #FF6A00;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    top: 236px;
    left: 0;
    display: flex;
    justify-content: flex-start;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 4px;
    background: #EBEBEB;
    border-radius: 0;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF6A00;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: auto;
    right: 43px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    background-image: url('../images/news/icon-arrow-8x12.png');
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    opacity: 0.75;
}

.news-page .news-container .news-mb-bottom-info .news-hot-datacenter .datacenter-swiper .swiper-button-next {
    position: absolute;
    top: 200px;
    left: auto;
    right: 0px;
    overflow: visible;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    background-image: url('../images/news/icon-arrow-8x12.png');
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    transform: rotate(180deg);
    opacity: 0.75;
}

.news-page .news-container .news-mb-bottom-info .hot-news {
    width: 100%;
}

.news-page .news-container .news-mb-bottom-info .hot-news .hot-news-title {
    margin: 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.news-page .news-container .news-mb-bottom-info .hot-news .hot-news-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.news-page .news-container .news-mb-bottom-info .hot-news .hot-news-list a {
    font-weight: 400;
    font-size: 14px;
    color: #1366EC;
    line-height: 30px;
    text-decoration-line: underline;
}

.news-page .news-container .news-list-wrapper {
    width: 90%;
    padding-top: 10px;
}

.news-page .news-container .news-list-wrapper .news-list-bread ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-list-bread ul li {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-list-bread ul li:not(:last-child) {
    margin-right: 26px;
}

.news-page .news-container .news-list-wrapper .news-list-bread ul li:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
    content: ">";
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}

.news-page .news-container .news-list-wrapper .news-list-bread ul li:last-child {
    color: #181818;
}

.news-page .news-container .news-list-wrapper .news-list {
    width: 100%;
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #EEEEEE;
}

.news-page .news-container .news-list-wrapper .news-list .news-item {
    width: 100%;
    padding: 34px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #EEEEEE;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date {
    width: 60px;
    margin-top: 4px;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date .date {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date .year {
    font-weight: 600;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info {
    width: calc(100% - 60px);
    cursor: pointer;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-info-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 24px;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info:hover .news-info-title {
    color: #1366EC;
    text-decoration: underline;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-img {
    width: 220px;
    height: 125px;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-img img {
    width: 100%;
    height: 100%;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text {
    width: 100%;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner {
    width: 100%;
    min-height: 117px;
    margin-top: 8px;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword span {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 10px;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword span:not(:last-child) {
    margin-right: 5px;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-more:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -26px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url('../images/news/icon-more-14x12.png');
    background-repeat: no-repeat;
    background-size: 14px 12px;
    transition: all ease-in-out .3s;
}

.news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info:hover .news-item-info-bottom .news-text .news-more:after {
    right: -40px;
}

.news-page .news-container .news-list-wrapper .news-pagination {
    margin: 22px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-pagination .page-item {
    margin-bottom: 10px;
}

.news-page .news-container .news-list-wrapper .news-pagination .page-item:not(:last-child){
    margin-right: 5px;
}

.news-page .news-container .news-list-wrapper .news-pagination .page-item a {
    padding: 10px 14px;
    border: none;
    border-radius: 0;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-pagination .page-item.active a {
    color: #FFFFFF;
    background: #1366EC;
}

.news-page .news-container .news-list-wrapper .news-content {
    width: 100%;
    margin-top: 23px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title {
    width: 100%;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title h1 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-name {
    margin-right: 12px;
}

.news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-name,
.news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-value {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl {
    width: 100%;
    margin-top: 26px;
    padding: 16px 16px;
    background: #F8F8F8;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item,
.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item .url-item-name {
    width: 90px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item .url-item-value {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item {
    margin-top: 18px;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-item-name {
    width: 90px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper span {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}

.news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper span:not(:last-child) {
    margin-right: 16px;
}

.news-page .news-container .news-list-wrapper .news-content .news-cont {
    margin-top: 20px;
}

.news-page .news-container .news-list-wrapper .news-content .news-cont p {
    margin-bottom: 1rem;
    line-height: 2rem;
}

.news-page .news-container .news-list-wrapper .news-content .news-cont img {
    max-width: 100% !important;
    object-fit: contain;
}

.news-page .news-container .news-list-wrapper .news-content-page {
    width: 100%;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #EFEFEF;
}

.news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item:hover {
    background: #F7F7F7;
}

.news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item .news-content-page-name {
    flex-shrink: 0;
}

.news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item .news-content-page-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-page .news-container .news-list-wrapper .news-ad {
    width: 100%;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.news-page .news-container .news-list-wrapper .news-ad .adver-item {
    width: 100%;
    margin-bottom: 10px;
}

.news-page .news-container .news-list-wrapper .news-ad .adver-item img {
    width: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .about-banner .news-desc {
        margin-top: 8px;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .news-page .news-container .news-left-menu {
        width: 240px;
        padding-top: 30px;
    }
    
    .news-page .news-container .news-left-menu .news-type {
        width: 100%;
        margin-bottom: 160px;
    }
    
    .news-page .news-container .news-left-menu .news-type ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .news-page .news-container .news-left-menu .news-type ul li {
        position: relative;
        padding: 13px 0 13px 25px;
    }
    
    .news-page .news-container .news-left-menu .news-type ul li.active:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 3px;
        height: 11px;
        background: #FF6A00;
    }
    
    .news-page .news-container .news-left-menu .news-type ul li a {
        padding: 5px 0;
        color: #181818;
    }
    
    .news-page .news-container .news-left-menu .news-type ul li.active a {
        color: #FF6A00;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter {
        width: 100%;
        padding-bottom: 34px;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .news-hot-datacenter-title {
        margin: 30px 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img {
        width: 100%;
        height: 160px;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img img {
        width: 100%;
        height: 100%;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info {
        margin-top: 44px;
        width: 100%;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info b {
        display: inline-block;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price .num {
        color: #FF6A00;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-pagination {
        position: absolute;
        width: 100%;
        top: 176px;
        left: 0;
        display: flex;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 4px;
        background: #EBEBEB;
        border-radius: 0;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #FF6A00;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-button-prev {
        position: absolute;
        top: 160px;
        left: auto;
        right: 43px;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        background-image: url('../images/news/icon-arrow-8x12.png');
        background-repeat: no-repeat;
        background-size: 8px 12px;
        background-position: center;
        opacity: 0.75;
    }
    
    .news-page .news-container .news-left-menu .news-hot-datacenter .datacenter-swiper .swiper-button-next {
        position: absolute;
        top: 160px;
        left: auto;
        right: 0px;
        overflow: visible;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        background-image: url('../images/news/icon-arrow-8x12.png');
        background-repeat: no-repeat;
        background-size: 8px 12px;
        background-position: center;
        transform: rotate(180deg);
        opacity: 0.75;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan {
        width: 100%;
        padding: 0 22px;
        min-height: 400px;
        margin-top: 52px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-image: url('../images/news/news-tuoguan-bg.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-title {
        margin-top: 36px;
        width: 118px;
        height: 27px;
        background-image: url('../images/news/news-tuoguan-title.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-form {
        width: 100%;
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-form .form-item {
        width: 100%;
        height: 40px;
        margin-bottom: 14px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-form .form-item .label {
        width: 36px;
        margin-right: 12px;
        font-size: 16px;
        color: #181818;
        font-weight: 500;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-form .form-item .value {
        width: calc(100% - 36px - 12px);
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-form .form-item .value select {
        width: 100%;
        height: 36px;
        border: 1px solid #dcdcdc;
        padding: 0 24px 0 6px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url('../images/common/price-calc-arrow-down.png');
        background-repeat: no-repeat;
        background-position: center right 8px;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .news-page .news-container .news-left-menu .news-tuoguan .news-tuoguan-btn .submit-btn {
        margin-top: 16px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(-90deg, #FF6A00, #FFA200);
    }
    
    .news-page .news-container .news-left-menu .hot-news {
        width: 100%;
        padding-top: 10px;
    }
    
    .news-page .news-container .news-left-menu .hot-news .hot-news-title {
        margin: 30px 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-left-menu .hot-news .hot-news-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .news-page .news-container .news-left-menu .hot-news .hot-news-list a {
        font-weight: 400;
        font-size: 14px;
        color: #1366EC;
        line-height: 30px;
        text-decoration-line: underline;
    }
    
    .news-page .news-container .news-list-1-wrapper {
        width: calc(100% - 240px - 30px) !important;
    }
    
    .news-page .news-container .news-list-wrapper {
        width: calc(100% - 240px - 30px - 60px - 388px);
        padding-top: 50px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list-bread ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-list-bread ul li {
        display: inline-block;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-list-bread ul li:not(:last-child) {
        margin-right: 26px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list-bread ul li:not(:last-child):after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto;
        content: ">";
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #787878;
    }
    
    .news-page .news-container .news-list-wrapper .news-list-bread ul li:last-child {
        color: #181818;
    }
    
    .news-page .news-container .news-list-wrapper .news-list {
        width: 100%;
        margin-top: 23px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #EEEEEE;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item {
        width: 100%;
        padding: 34px 0;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date {
        width: 110px;
        margin-top: 0;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date .date {
        margin-bottom: 13px;
        font-weight: 600;
        font-size: 24px;
        color: #CCCCCC;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-date .year {
        font-weight: 600;
        font-size: 18px;
        color: #CCCCCC;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info {
        width: calc(100% - 110px);
        cursor: pointer;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-info-title {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 18px;
        color: #181818;
        line-height: 24px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info:hover .news-info-title {
        color: #1366EC;
        text-decoration: underline;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-img {
        width: 220px;
        height: 125px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-img img {
        width: 100%;
        height: 100%;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text {
        width: calc(100% - 220px - 30px);
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner {
        width: 100%;
        min-height: 88px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword {
        height: 30px;
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword span {
        display: inline-block;
        margin-bottom: 0;
        padding: 5px 10px;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-text-inner .news-text-keyword span:not(:last-child) {
        margin-right: 5px;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-more {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info .news-item-info-bottom .news-text .news-more:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -26px;
        margin: auto;
        content: "";
        display: inline-block;
        width: 14px;
        height: 12px;
        background-image: url('../images/news/icon-more-14x12.png');
        background-repeat: no-repeat;
        background-size: 14px 12px;
        transition: all ease-in-out .3s;
    }
    
    .news-page .news-container .news-list-wrapper .news-list .news-item .news-item-info:hover .news-item-info-bottom .news-text .news-more:after {
        right: -40px;
    }
    
    .news-page .news-container .news-list-wrapper .news-pagination {
        margin: 22px 0 40px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-pagination .page-item {
        margin-bottom: 0;
    }
    
    .news-page .news-container .news-list-wrapper .news-pagination .page-item:not(:last-child){
        margin-right: 5px;
    }
    
    .news-page .news-container .news-list-wrapper .news-pagination .page-item a {
        padding: 10px 14px;
        border: none;
        border-radius: 0;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 12px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-pagination .page-item.active a {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .news-page .news-container .news-list-wrapper .news-content {
        width: 100%;
        margin-top: 23px;
        padding-top: 70px;
        padding-bottom: 20px;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title {
        width: 100%;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title h1 {
        font-weight: 400;
        font-size: 32px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total {
        width: 100%;
        margin-top: 26px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 40px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-name {
        margin-right: 12px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-name,
    .news-page .news-container .news-list-wrapper .news-content .news-content-title .news-content-total .news-content-total-item .total-item-value {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl {
        width: 100%;
        margin-top: 46px;
        padding: 26px 34px;
        background: #F8F8F8;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item,
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item .url-item-name {
        width: 90px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-url-item .url-item-value {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item {
        margin-top: 18px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-item-name {
        width: 90px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper {
        width: calc(100% - 90px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper span {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-keyurl .news-key-item .key-wrapper span:not(:last-child) {
        margin-right: 16px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-cont {
        margin-top: 40px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-cont p {
        margin-bottom: 1rem;
        font-size: 16px !important;
        color: #454545 !important;
        line-height: 32px !important;
    }
    
    .news-page .news-container .news-list-wrapper .news-content .news-cont img {
        max-width: 100% !important;
        object-fit: contain;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page {
        width: 100%;
        padding: 24px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 260px;
        padding: 18px 20px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        background: #EFEFEF;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item:hover {
        background: #F7F7F7;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-prev-item {
        margin-right: 44px;
        padding-left: 44px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-prev-item:before {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin-top: 18.5px;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: solid #181818;
        border-width: 0 0 1.5px 1.5px;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-next-item {
        padding-right: 44px;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-next-item:before {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin-top: 18.5px;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: solid #181818;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item .news-content-page-name {
        flex-shrink: 0;
    }
    
    .news-page .news-container .news-list-wrapper .news-content-page .news-content-page-item .news-content-page-value {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .news-page .news-container .news-list-wrapper .news-ad {
        width: 100%;
        padding: 30px 0 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .news-page .news-container .news-list-wrapper .news-ad .adver-item {
        width: 49.5%;
        min-height: 160px;
        margin-bottom: 0;
    }
    
    .news-page .news-container .news-list-wrapper .news-ad .adver-item img {
        width: 100%;
        object-fit: contain;
    }
    
    .news-page .news-container .news-right-menu {
        width: 388px;
        margin-top: 42px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-right-menu .news-right-activity {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-right-menu .news-right-activity a {
        display: block;
        margin-bottom: 22px;
    }
    
    .news-page .news-container .news-right-menu .news-right-activity img {
        width: 100%;
        height: auto;
    }
    
    .news-page .news-container .news-right-menu .hot-news {
        margin-top: 10px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        padding-top: 26px;
    }
    
    .news-page .news-container .news-right-menu .hot-news .hot-news-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .news-page .news-container .news-right-menu .hot-news .hot-news-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-right-menu .hot-news .hot-news-list a {
        margin-bottom: 16px;
        font-size: 14px;
        color: #333;
    }
    
    .news-page .news-container .news-right-menu .hot-news .hot-news-list a:hover {
        color: #1366EC;
        text-decoration: underline;
    }
    
    .news-page .news-container .news-right-menu .lasted-news {
        margin-top: 10px;
        padding-top: 26px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-right-menu .lasted-news .lasted-news-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .news-page .news-container .news-right-menu .lasted-news .lasted-news-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-right-menu .lasted-news .lasted-news-list .lasted-news-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    
    .news-page .news-container .news-right-menu .lasted-news .lasted-news-list .lasted-news-item .item-title {
        font-size: 14px;
        color: #333;
    }
    
    .news-page .news-container .news-right-menu .lasted-news .lasted-news-list .lasted-news-item .item-date {
        font-size: 14px;
        color: #999;
    }
    
    .news-page .news-container .news-right-menu .related-tag {
        margin-top: 10px;
        padding-top: 26px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .news-page .news-container .news-right-menu .related-tag .related-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .news-page .news-container .news-right-menu .related-tag .related-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .news-page .news-container .news-right-menu .related-tag .related-list .related-item {
        padding: 8px 12px;
        line-height: 14px;
        background: #F4F4F4;
        font-size: 14px;
        color: #181818;
        margin-right: 10px;
        margin-bottom: 8px;
    }
    
    .news-page .news-container .news-right-menu .related-tag .related-list .related-item:hover {
        background-color: #1366EC;
        color: #fff;
    }
}
/* 新闻动态 end */

/* 产品资讯 begin */
.help-banner {
    height: 560px;
    width: 100%;
}

.help-banner .banner-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.help-banner .banner-inner .banner-left {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.help-banner .banner-inner .banner-left .banner-left-text {
    width: 100%;
    margin-top: 30px;
}

.help-banner .banner-inner .banner-left .banner-left-text h1 {
    font-size: 32px;
    color: #181818;
    line-height: 52px;
    font-weight: 400;
}

.help-banner .banner-inner .banner-left .banner-left-text .banner-desc {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.help-banner .banner-inner .banner-left .banner-search {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
}

.help-banner .banner-inner .banner-left .banner-search .search-input-wrapper {
    position: relative;
    width: min(100%, 330px);
    height: 48px;
    background: #FFFFFF;
}

.help-banner .banner-inner .banner-left .banner-search .search-input-wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 40px;
    border: none;
    outline: none;
}

.help-banner .banner-inner .banner-left .banner-search .search-input-wrapper .search-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 19px;
    background-image: url('../images/common/icon-top-menu-search.png');
    background-repeat: no-repeat;
    background-size: 18px 19px;
    cursor: pointer;
}

.help-banner .banner-inner .banner-left .banner-search .keyword-list {
    margin-top: 12px;
}

.help-banner .banner-inner .banner-left .banner-search .keyword-list span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
}

.help-banner .banner-inner .banner-left .banner-search .keyword-list a {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    margin-right: 12px;
}

.help-banner .banner-inner .banner-left .banner-search .keyword-list a:last-child {
    margin-right: 0;
}

.help-banner .banner-inner .banner-right {
    width: 90%;
    margin-top: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.help-banner .banner-inner .banner-right .top-menu-item {
    position: relative;
    width: 100%;
    height: 96px;
    padding-left: 10%;
    padding-right: 8%;
    background: #FAFAFA;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s;
}

.help-banner .banner-inner .banner-right .top-menu-item:hover {
    background: #3575F5;
    color: #FFFFFF;
}

.help-banner .banner-inner .banner-right .top-menu-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url('../images/common/icon-top-menu-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.help-banner .banner-inner .banner-right .top-menu-item:hover:after {
    background-position: 0px -24px;
}

.help-banner .banner-inner .banner-right .top-menu-item b {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.help-banner .banner-inner .banner-right .top-menu-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.help-page {
    width: 100%;
}

.help-page .help-new {
    width: 100%;
    margin-top: 40px;
}

.help-page .help-new .help-new-title {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.help-page .help-new .help-new-title .new-icon {
    display: block;
    height: 18px;
    width: 18px;
    background-image: url('../images/help/help-new-icon.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    margin-left: 18px;
}

.help-page .help-new .help-new-wrapper {
    width: 100%;
    margin-top: 28px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.help-page .help-new .help-new-wrapper .help-new-inner {
    width: calc( 100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list {
    width: 90%;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item {
    position: relative;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    margin-bottom: 30px;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item:last-child {
    margin-bottom: 0;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #727272;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item:hover .item-title {
    color: #3575F5;
    text-decoration: underline;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item .item-date {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    flex-shrink: 0;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-right {
    margin-top: 40px;
    width: 90%;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-ad {
    width: 100%;
    height: auto;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-ad img {
    width: 100%;
    object-fit: contain;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-hot {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-hot .hot-item {
    padding: 9px 20px;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #181818;
    margin-top: 12px;
    margin-right: 10px;
}

.help-page .help-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
}

.help-page .help-inner .help-item {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.help-page .help-inner .help-item .help-item-title {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 1;
}

.help-page .help-inner .help-item .help-item-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url('../images/common/icon-help-title-arrow.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
    transition: right 0.3s;
}

.help-page .help-inner .help-item .help-item-title:hover:after {
    right: -50px;
}

.help-page .help-inner .help-item .help-desc {
    display: inline-block;
    min-height: 40px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.help-page .help-inner .help-item .help-article-list {
    width: 100%;
    min-height: 200px;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #E6E6E6;
}

.help-page .help-inner .help-item .help-article-list .article-item {
    position: relative;
    padding: 11px 0 11px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.help-page .help-inner .help-item .help-article-list .article-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #949494;
    border-radius: 50%;
}

.help-page .help-inner .help-item .help-article-list .article-item:hover {
    text-decoration: underline;
    color: #1968EC;
}

.help-page .help-container {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-mb-menu {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.help-page .help-container .help-mb-menu .help-type {
    width: 90%;
}

.help-page .help-container .help-mb-menu .help-type ul {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
}

.help-page .help-container .help-mb-menu .help-type ul li {
    position: relative;
    padding: 10px 12px 10px 12px;
    flex-shrink: 0;
}

.help-page .help-container .help-mb-menu .help-type ul li.active:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 90%;
    height: 2px;
    background: #FF6A00;
}

.help-page .help-container .help-mb-menu .help-type ul li a {
    padding: 5px 0;
    color: #181818;
}

.help-page .help-container .help-mb-bottom-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter {
    width: 100%;
    padding-bottom: 14px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .help-hot-datacenter-title {
    margin: 24px 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img {
    width: 100%;
    height: 220px;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img img {
    width: 100%;
    height: 100%;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info {
    margin-top: 44px;
    width: 100%;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info b {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price .num {
    color: #FF6A00;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    top: 236px;
    left: 0;
    display: flex;
    justify-content: flex-start;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 4px;
    background: #EBEBEB;
    border-radius: 0;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF6A00;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: auto;
    right: 43px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    background-image: url('../images/news/icon-arrow-8x12.png');
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    opacity: 0.75;
}

.help-page .help-container .help-mb-bottom-info .help-hot-datacenter .datacenter-swiper .swiper-button-next {
    position: absolute;
    top: 200px;
    left: auto;
    right: 0px;
    overflow: visible;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    background-image: url('../images/news/icon-arrow-8x12.png');
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    transform: rotate(180deg);
    opacity: 0.75;
}

.help-page .help-container .help-mb-bottom-info .hot-help-article {
    width: 100%;
}

.help-page .help-container .help-mb-bottom-info .hot-help-article .hot-help-title {
    margin: 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.help-page .help-container .help-mb-bottom-info .hot-help-article .hot-help-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.help-page .help-container .help-mb-bottom-info .hot-help-article .hot-help-list a {
    font-weight: 400;
    font-size: 14px;
    color: #1366EC;
    line-height: 30px;
    text-decoration-line: underline;
}

.help-page .help-container .help-list-wrapper {
    width: 90%;
    padding-top: 10px;
}

.help-page .help-container .help-list-wrapper .help-list-bread ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-list-bread ul li {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-list-bread ul li:not(:last-child) {
    margin-right: 26px;
}

.help-page .help-container .help-list-wrapper .help-list-bread ul li:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
    content: ">";
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}

.help-page .help-container .help-list-wrapper .help-list-bread ul li:last-child {
    color: #181818;
}

.help-page .help-container .help-list-wrapper .help-list {
    width: 100%;
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #EEEEEE;
}

.help-page .help-container .help-list-wrapper .help-list .help-item {
    width: 100%;
    padding: 34px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #EEEEEE;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date {
    width: 60px;
    margin-top: 4px;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date .date {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date .year {
    font-weight: 600;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info {
    width: calc(100% - 60px);
    cursor: pointer;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-info-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 24px;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info:hover .help-info-title {
    color: #1366EC;
    text-decoration: underline;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-img {
    width: 220px;
    height: 125px;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-img  img {
    width: 100%;
    height: 100%;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text {
    width: 100%;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner {
    width: 100%;
    min-height: 117px;
    margin-top: 8px;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword span {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 10px;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword span:not(:last-child) {
    margin-right: 5px;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-more:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -26px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url('../images/news/icon-more-14x12.png');
    background-repeat: no-repeat;
    background-size: 14px 12px;
    transition: all ease-in-out .3s;
}

.help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info:hover .help-item-info-bottom .help-text .help-more:after {
    right: -40px;
}

.help-page .help-container .help-list-wrapper .help-pagination {
    margin: 22px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-pagination .page-item {
    margin-bottom: 10px;
}

.help-page .help-container .help-list-wrapper .help-pagination .page-item:not(:last-child){
    margin-right: 5px;
}

.help-page .help-container .help-list-wrapper .help-pagination .page-item a {
    padding: 10px 14px;
    border: none;
    border-radius: 0;
    background: #EEEEEE;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-pagination .page-item.active a {
    color: #FFFFFF;
    background: #1366EC;
}

.help-page .help-container .help-list-wrapper .help-content {
    width: 100%;
    margin-top: 23px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title {
    width: 100%;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title h1 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-name {
    margin-right: 12px;
}

.help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-name,
.help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-value {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl {
    width: 100%;
    margin-top: 26px;
    padding: 16px 16px;
    background: #F8F8F8;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item,
.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item .url-item-name {
    width: 90px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item .url-item-value {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item {
    margin-top: 18px;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-item-name {
    width: 90px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper span {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}

.help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper span:not(:last-child) {
    margin-right: 16px;
}

.help-page .help-container .help-list-wrapper .help-content .help-cont {
    margin-top: 20px;
}

.help-page .help-container .help-list-wrapper .help-content .help-cont a {
    color: #007bff;
    text-decoration: underline;
}

.help-page .help-container .help-list-wrapper .help-content .help-cont p {
    margin-bottom: 1rem;
    line-height: 2rem;
}

.help-page .help-container .help-list-wrapper .help-content .help-cont img {
    max-width: 100% !important;
    object-fit: contain;
}

.help-page .help-container .help-list-wrapper .help-content-page {
    width: 100%;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #EFEFEF;
}

.help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item:hover {
    background: #F7F7F7;
}

.help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item .help-content-page-name {
    flex-shrink: 0;
}

.help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item .help-content-page-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.help-page .help-container .help-list-wrapper .help-ad {
    width: 100%;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.help-page .help-container .help-list-wrapper .help-ad .adver-item {
    width: 100%;
    margin-bottom: 10px;
}

.help-page .help-container .help-list-wrapper .help-ad .adver-item img {
    width: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .help-banner {
        height: 240px;
        width: 100%;
    }
    
    .help-banner .banner-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .help-banner .banner-inner .banner-left {
        width: 44.44%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .help-banner .banner-inner .banner-left .banner-left-text {
        width: 100%;
        margin-top: 30px;
    }
    
    .help-banner .banner-inner .banner-left .banner-left-text h1 {
        font-size: 32px;
        color: #181818;
        line-height: 52px;
        font-weight: 400;
    }
    
    .help-banner .banner-inner .banner-left .banner-left-text .banner-desc {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
    }
    
    .help-banner .banner-inner .banner-left .banner-search {
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .search-input-wrapper {
        position: relative;
        width: min(100%, 330px);
        height: 48px;
        background: #FFFFFF;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .search-input-wrapper input {
        width: 100%;
        height: 100%;
        padding-left: 18px;
        padding-right: 40px;
        border: none;
        outline: none;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .search-input-wrapper .search-icon {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 18px;
        height: 19px;
        background-image: url('../images/common/icon-top-menu-search.png');
        background-repeat: no-repeat;
        background-size: 18px 19px;
        cursor: pointer;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .keyword-list {
        margin-top: 12px;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .keyword-list span {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .keyword-list a {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        margin-right: 12px;
    }
    
    .help-banner .banner-inner .banner-left .banner-search .keyword-list a:last-child {
        margin-right: 0;
    }
    
    .help-banner .banner-inner .banner-right {
        width: 55.56%;
        height: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item {
        position: relative;
        width: 50%;
        height: 96px;
        padding-left: 10%;
        padding-right: 8%;
        background: #FAFAFA;
        color: #333333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        transition: all 0.3s;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item:hover {
        background: #3575F5;
        color: #FFFFFF;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10%;
        margin: auto;
        content: "";
        display: inline-block;
        width: 25px;
        height: 24px;
        background-image: url('../images/common/icon-top-menu-arrow.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item:hover:after {
        background-position: 0px -24px;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item b {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
    
    .help-banner .banner-inner .banner-right .top-menu-item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
    }
    
    .help-page {
        width: 100%;
    }
    
    .help-page .help-new {
        width: 100%;
        margin-top: 40px;
    }
    
    .help-page .help-new .help-new-title {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
    }
    
    .help-page .help-new .help-new-title .new-icon {
        display: block;
        height: 18px;
        width: 18px;
        background-image: url('../images/help/help-new-icon.png');
        background-repeat: no-repeat;
        background-size: 18px 18px;
        margin-left: 18px;
    }
    
    .help-page .help-new .help-new-wrapper {
        width: 100%;
        margin-top: 28px;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner {
        width: calc( 100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 0;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list {
        width: 46%;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item {
        position: relative;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        margin-bottom: 30px;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item:last-child {
        margin-bottom: 0;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background: #727272;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item:hover .item-title {
        color: #3575F5;
        text-decoration: underline;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-list .help-new-item .item-date {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-right {
        margin-top: 0;
        width: 46%;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-ad {
        width: 100%;
        height: auto;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-ad img {
        width: 100%;
        object-fit: contain;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-hot {
        margin-top: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-new .help-new-wrapper .help-new-inner .help-new-right .help-new-hot .hot-item {
        padding: 9px 20px;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #181818;
        margin-top: 12px;
        margin-right: 10px;
    }
    
    .help-page .help-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        padding: 0;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 60px;
    }
    
    .help-page .help-inner .help-item {
        width: 48.4%;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .help-page .help-inner .help-item:nth-child(2n+1) {
        margin-right: 3.2%;
    }
    
    .help-page .help-inner .help-item .help-item-title {
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-inner .help-item .help-item-title:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -40px;
        margin: auto;
        content: "";
        display: inline-block;
        width: 19px;
        height: 19px;
        background-image: url('../images/common/icon-help-title-arrow.png');
        background-repeat: no-repeat;
        background-size: 19px 19px;
        transition: right 0.3s;
    }
    
    .help-page .help-inner .help-item .help-item-title:hover:after {
        right: -50px;
    }
    
    .help-page .help-inner .help-item .help-desc {
        display: inline-block;
        min-height: 40px;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .help-page .help-inner .help-item .help-article-list {
        width: 100%;
        min-height: 200px;
        padding: 30px 35px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border: 1px solid #E6E6E6;
    }
    
    .help-page .help-inner .help-item .help-article-list .article-item {
        position: relative;
        padding: 11px 0 11px 30px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .help-page .help-inner .help-item .help-article-list .article-item:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #949494;
        border-radius: 50%;
    }
    
    .help-page .help-inner .help-item .help-article-list .article-item:hover {
        text-decoration: underline;
        color: #1968EC;
    }
    
    .help-page .help-container {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .help-page .help-container .help-left-menu {
        width: 240px;
        padding-top: 30px;
    }
    
    .help-page .help-container .help-left-menu .help-type {
        width: 100%;
        margin-bottom: 160px;
    }
    
    .help-page .help-container .help-left-menu .help-type ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .help-page .help-container .help-left-menu .help-type ul li {
        position: relative;
        padding: 13px 0 13px 25px;
    }
    
    .help-page .help-container .help-left-menu .help-type ul li.active:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 3px;
        height: 11px;
        background: #FF6A00;
    }
    
    .help-page .help-container .help-left-menu .help-type ul li a {
        padding: 5px 0;
        color: #181818;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter {
        width: 100%;
        padding-bottom: 34px;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .help-hot-datacenter-title {
        margin: 30px 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img {
        width: 100%;
        height: 160px;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-img img {
        width: 100%;
        height: 100%;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info {
        margin-top: 44px;
        width: 100%;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info b {
        display: inline-block;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-wrapper .datacenter-info .datacenter-info-price .num {
        color: #FF6A00;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-pagination {
        position: absolute;
        width: 100%;
        top: 176px;
        left: 0;
        display: flex;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 4px;
        background: #EBEBEB;
        border-radius: 0;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #FF6A00;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-button-prev {
        position: absolute;
        top: 160px;
        left: auto;
        right: 43px;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        background-image: url('../images/news/icon-arrow-8x12.png');
        background-repeat: no-repeat;
        background-size: 8px 12px;
        background-position: center;
        opacity: 0.75;
    }
    
    .help-page .help-container .help-left-menu .help-hot-datacenter .datacenter-swiper .swiper-button-next {
        position: absolute;
        top: 160px;
        left: auto;
        right: 0px;
        overflow: visible;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        background-image: url('../images/news/icon-arrow-8x12.png');
        background-repeat: no-repeat;
        background-size: 8px 12px;
        background-position: center;
        transform: rotate(180deg);
        opacity: 0.75;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan {
        width: 100%;
        padding: 0 22px;
        min-height: 400px;
        margin-top: 52px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-image: url('../images/news/news-tuoguan-bg.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-title {
        margin-top: 36px;
        width: 118px;
        height: 27px;
        background-image: url('../images/news/news-tuoguan-title.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-form {
        width: 100%;
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-form .form-item {
        width: 100%;
        height: 40px;
        margin-bottom: 14px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-form .form-item .label {
        width: 36px;
        margin-right: 12px;
        font-size: 16px;
        color: #181818;
        font-weight: 500;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-form .form-item .value {
        width: calc(100% - 36px - 12px);
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-form .form-item .value select {
        width: 100%;
        height: 36px;
        border: 1px solid #dcdcdc;
        padding: 0 24px 0 6px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url('../images/common/price-calc-arrow-down.png');
        background-repeat: no-repeat;
        background-position: center right 8px;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .help-page .help-container .help-left-menu .help-tuoguan .help-tuoguan-btn .submit-btn {
        margin-top: 16px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(-90deg, #FF6A00, #FFA200);
    }
    
    .help-page .help-container .help-left-menu .hot-help-article {
        width: 100%;
        padding-top: 10px;
    }
    
    .help-page .help-container .help-left-menu .hot-help-article .hot-help-title {
        margin: 30px 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-left-menu .hot-help-article .hot-help-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .help-page .help-container .help-left-menu .hot-help-article .hot-help-list a {
        font-weight: 400;
        font-size: 14px;
        color: #1366EC;
        line-height: 30px;
        text-decoration-line: underline;
    }
    
    .help-page .help-container .help-list-1-wrapper {
        width: calc(100% - 240px - 30px) !important;
    }
    
    .help-page .help-container .help-list-wrapper {
        width: calc(100% - 240px - 30px - 60px - 388px);
        padding-top: 50px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list-bread ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-list-bread ul li {
        display: inline-block;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-list-bread ul li:not(:last-child) {
        margin-right: 26px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list-bread ul li:not(:last-child):after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto;
        content: ">";
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #787878;
    }
    
    .help-page .help-container .help-list-wrapper .help-list-bread ul li:last-child {
        color: #181818;
    }
    
    .help-page .help-container .help-list-wrapper .help-list {
        width: 100%;
        margin-top: 23px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #EEEEEE;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item {
        width: 100%;
        padding: 34px 0;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date {
        width: 110px;
        margin-top: 0px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date .date {
        margin-bottom: 13px;
        font-weight: 600;
        font-size: 24px;
        color: #CCCCCC;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-date .year {
        font-weight: 600;
        font-size: 18px;
        color: #CCCCCC;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info {
        width: calc(100% - 110px);
        cursor: pointer;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-info-title {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 18px;
        color: #181818;
        line-height: 24px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info:hover .help-info-title {
        color: #1366EC;
        text-decoration: underline;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-img {
        width: 220px;
        height: 125px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-img  img {
        width: 100%;
        height: 100%;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text {
        width: calc(100% - 220px - 30px);
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner {
        width: 100%;
        min-height: 88px;
        margin-top: 0;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword {
        height: 30px;
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword span {
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 0px;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-text-inner .help-text-keyword span:not(:last-child) {
        margin-right: 5px;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-more {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info .help-item-info-bottom .help-text .help-more:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -26px;
        margin: auto;
        content: "";
        display: inline-block;
        width: 14px;
        height: 12px;
        background-image: url('../images/news/icon-more-14x12.png');
        background-repeat: no-repeat;
        background-size: 14px 12px;
        transition: all ease-in-out .3s;
    }
    
    .help-page .help-container .help-list-wrapper .help-list .help-item .help-item-info:hover .help-item-info-bottom .help-text .help-more:after {
        right: -40px;
    }
    
    .help-page .help-container .help-list-wrapper .help-pagination {
        margin: 22px 0 40px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-pagination .page-item {
        margin-bottom: 0;
    }
    
    .help-page .help-container .help-list-wrapper .help-pagination .page-item:not(:last-child){
        margin-right: 5px;
    }
    
    .help-page .help-container .help-list-wrapper .help-pagination .page-item a {
        padding: 10px 14px;
        border: none;
        border-radius: 0;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 12px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-pagination .page-item.active a {
        color: #FFFFFF;
        background: #1366EC;
    }
    
    .help-page .help-container .help-list-wrapper .help-content {
        width: 100%;
        margin-top: 23px;
        padding-top: 70px;
        padding-bottom: 20px;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title {
        width: 100%;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title h1 {
        font-weight: 400;
        font-size: 32px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total {
        width: 100%;
        margin-top: 26px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 40px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-name {
        margin-right: 12px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-name,
    .help-page .help-container .help-list-wrapper .help-content .help-content-title .help-content-total .help-content-total-item .total-item-value {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl {
        width: 100%;
        margin-top: 46px;
        padding: 26px 34px;
        background: #F8F8F8;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item,
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item .url-item-name {
        width: 90px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-url-item .url-item-value {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item {
        margin-top: 18px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-item-name {
        width: 90px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper {
        width: calc(100% - 90px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper span {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-keyurl .help-key-item .key-wrapper span:not(:last-child) {
        margin-right: 16px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-cont {
        margin-top: 40px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-cont p {
        margin-bottom: 1rem;
        line-height: 2rem;
    }
    
    .help-page .help-container .help-list-wrapper .help-content .help-cont img {
        max-width: 100% !important;
        object-fit: contain;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page {
        width: 100%;
        padding: 24px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 260px;
        padding: 18px 20px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        background: #EFEFEF;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item:hover {
        background: #F7F7F7;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-prev-item {
        margin-right: 44px;
        padding-left: 44px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-prev-item:before {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin-top: 18.5px;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: solid #181818;
        border-width: 0 0 1.5px 1.5px;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-next-item {
        padding-right: 44px;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-next-item:before {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin-top: 18.5px;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: solid #181818;
        border-width: 1.5px 1.5px 0 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item .help-content-page-name {
        flex-shrink: 0;
    }
    
    .help-page .help-container .help-list-wrapper .help-content-page .help-content-page-item .help-content-page-value {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .help-page .help-container .help-list-wrapper .help-ad {
        width: 100%;
        padding: 30px 0 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .help-page .help-container .help-list-wrapper .help-ad .adver-item {
        width: 49.5%;
        min-height: 160px;
    }
    
    .help-page .help-container .help-list-wrapper .help-ad .adver-item img {
        width: 100%;
        object-fit: contain;
    }
    
    .help-page .help-container .help-right-menu {
        width: 388px;
        margin-top: 42px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-right-menu .help-right-activity {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-right-menu .help-right-activity a {
        display: block;
        margin-bottom: 22px;
    }
    
    .help-page .help-container .help-right-menu .help-right-activity img {
        width: 100%;
        height: auto;
    }
    
    .help-page .help-container .help-right-menu .hot-help {
        margin-top: 10px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        padding-top: 26px;
    }
    
    .help-page .help-container .help-right-menu .hot-help .hot-help-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .help-page .help-container .help-right-menu .hot-help .hot-help-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-right-menu .hot-help .hot-help-list a {
        margin-bottom: 16px;
        font-size: 14px;
        color: #333;
    }
    
    .help-page .help-container .help-right-menu .hot-help .hot-help-list a:hover {
        color: #1366EC;
        text-decoration: underline;
    }
    
    .help-page .help-container .help-right-menu .lasted-help {
        margin-top: 10px;
        padding-top: 26px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-right-menu .lasted-help .lasted-help-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .help-page .help-container .help-right-menu .lasted-help .lasted-help-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-right-menu .lasted-help .lasted-help-list .lasted-help-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    
    .help-page .help-container .help-right-menu .lasted-help .lasted-help-list .lasted-help-item .item-title {
        font-size: 14px;
        color: #333;
    }
    
    .help-page .help-container .help-right-menu .lasted-help .lasted-help-list .lasted-help-item .item-date {
        font-size: 14px;
        color: #999;
    }
    
    .help-page .help-container .help-right-menu .related-tag {
        margin-top: 10px;
        padding-top: 26px;
        width: 100%;
        border-top: 1px solid #EBEBEB;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .help-page .help-container .help-right-menu .related-tag .related-title {
        font-size: 14px;
        color: #181818;
        margin-bottom: 26px;
    }
    
    .help-page .help-container .help-right-menu .related-tag .related-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .help-page .help-container .help-right-menu .related-tag .related-list .related-item {
        padding: 8px 12px;
        line-height: 14px;
        background: #F4F4F4;
        font-size: 14px;
        color: #181818;
        margin-right: 10px;
        margin-bottom: 8px;
    }
    
    .help-page .help-container .help-right-menu .related-tag .related-list .related-item:hover {
        background-color: #1366EC;
        color: #fff;
    }
}
/* 产品资讯 end */

.main-content .consult-mask {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.main-content .consult-mask.show {
    display: flex;
}

.main-content .consult-mask .consult-content {
    position: relative;
    width: 340px;
    padding: 40px 30px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .consult-mask .consult-content .icon-close {
    position: absolute;
    right: 25px;
    top: 22px;
    width: 15px;
    height: 15px;
    background-image: url('../images/common/icon-close.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}

.main-content .consult-mask .consult-content .consult-title {
    font-size: 14px;
    line-height: 28px;
    color: #787878;
}

.main-content .consult-mask .consult-content .consule-code {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .consult-mask .consult-content .consule-code img {
    max-width: 75%;
}

.main-content .consult-mask .consult-content .phone-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-content .consult-mask .consult-content .phone-info .phone-info-title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .consult-mask .consult-content .phone-info .phone-info-title:before {
    position: absolute;
    content: "";
    top: calc(50% - 0.5px);
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #787878;
}

.main-content .consult-mask .consult-content .phone-info .phone-info-title b {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
    text-align: center;
    background: #FFFFFF;
    padding: 0 20px;
}

.main-content .consult-mask .consult-content .phone-info a {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 14px;
    color: #181818;
    font-weight: 500;
}

.main-content .consult-mask .consult-content .phone-info a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    width: 22px;
    height: 20px;
    background-image: url('../images/common/icon-dianhua.png');
    background-repeat: no-repeat;
}

.main-content .consult-mask .consult-content .online-info {
    margin-top: 30px;
}

.main-content .consult-mask .consult-content .online-info a {
    padding: 8px 60px;
    border: 1px solid #ff6a00;
    color: #ff6a00;
}

.main-content .consult-mask .consult-content .online-info a:hover {
    color: #FFFFFF;
    background: #FF6A00;
}

/*guarantee*/
.guarantee .modal-content {
    padding: 1rem;
}

.guarantee .modal-header {
    border: none;
    padding: 1rem 2rem;
}

.guarantee .modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.guarantee .modal-title em {
    font-style: normal;
    color: #ff6a00;
}

.guarantee .modal-header .close {
    border: 1px dashed #ccc;
    padding: 4px 0.5rem;
    margin: 0;
}

.guarantee .guarantee_form {
    width: 50%;
    padding: 1rem;
}

.guarantee .guarantee_form b {
    width: 50%;
    color: #969BAB;
    font-weight: normal;

}

.guarantee .guarantee_form .fn {
    width: 50%;
}

.guarantee .guarantee_form .object {
    margin-bottom: 1rem;
}

.guarantee .guarantee_form input[type=radio] {
    display: inline-block;
}

.guarantee .guarantee_form label {
    margin-right: 2rem;
    color: #474A57;
    font-size: 12px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.guarantee .guarantee_form label span {
    flex-shrink: 0;
    margin-left: 4px;
}

.guarantee .guarantee_form label:last-child {
    margin-right: 0;
}

.guarantee .guarantee_form select {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.guarantee .guarantee_form label.imitate-select {
    width: 100%;
    position: relative;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}

.guarantee .guarantee_form label.imitate-select select {
    width: 100%;
    padding: 0 2em 0 .5em;
    line-height: 2.4em;
    border: none;
    outline: none;
}

.guarantee .guarantee_form label input {
    border: 1px solid #eeeff4;
    padding: 0.5rem;
    color: #474A57;
    width: 100%;
    border-radius: 2px;
}

.guarantee .guarantee_form .full label {
    width: 100%;
}

.guarantee .guarantee_form label .captcha {
    position: absolute;
    right: 1rem;
    color: #359CFB;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.guarantee .guarantee_form input[type=range] {
    width: 100%;
}

.guarantee .guarantee_form #qwes {
    background-color: red;
    height: 8px;
    position: absolute;
    z-index: 0;
    width: 0;
    top: 7px;
    left: 0;
    border-radius: 8px;
}

.guarantee .guarantee_form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 100%;
    margin-top: 10px;
}

.guarantee .guarantee_form input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: red;
    border-radius: 100%;
    position: relative;
    margin-top: 10px;
}

.guarantee .guarantee_form input[type=range]::-moz-range-progress {
    background: red;
    height: 13px;
    border-radius: 10px;
}

.guarantee .guarantee_form .counter {
    margin-left: 4px;
}

.guarantee .guarantee_form .counter em {
    font-style: normal;
    color: #969BAB;
}

.guarantee .guarantee_form .counter input {
    padding: 4px;
    margin-right: 2px;
    width: 40px;
    height: 32px;
    border: 1px solid #eeeff4;
    border-radius: 2px;
    text-align: center;
}

.guarantee .guarantee_form button {
    width: 100%;
    border: none;
    height: 44px;
    background: #ff6a00;
    border-radius: 4px;
    color: white
}

.guarantee .info {
    width: 50%;
    padding: 1rem;
}

.guarantee .info h3 {
    font-weight: bold;
    font-size: 24px;
}

.guarantee .info .objects div {
    margin-top: 1rem;
    font-size: 14px;
    color: #474A57;
    width: 50%;
}

.guarantee .info .objects div em {
    font-style: normal;
    color: #ff6a00;
}

.guarantee .info .price {
    color: #ff6a00;
    font-weight: bold;
    font-size: 16px;
}

.guarantee .info .price span {
    color: #000;
    margin-top: 1rem;
}

.guarantee .info .price em {
    font-style: normal;
    font-size: 24px;
}

.guarantee .info .desc {
    margin-top: 1rem;
    padding: 1rem;
    background: #f4f5f7;
    border-radius: 4px;
    color: #474A57;
    font-size: 12px;
    line-height: 24px;
}

.guarantee .info .cards {
    margin-top: 1rem;
    /*width: 50%;*/
}

.guarantee .info .cards strong {
    display: block;
    font-size: 12px;
}

.guarantee .info .cards span {
    position: relative;
    /*display: block;*/
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: bold;
    color: #ff6a00;
    padding-left: 1rem;
    margin-top: 0.5rem;
    text-decoration: underline;
}

.guarantee .info .cards span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: '电话图片';
}

.guarantee .info .cards .ewm {
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    margin-top: 0.5rem;
}

.guarantee .info .cards img {
    max-width: 100%;
}

.guarantee .info .cards .ewm p {
    text-align: center;
    color: #474A57;
    margin: 0;
}

@media (max-width: 767.98px) {
    .guarantee .guarantee_form, .guarantee .info {
        width: 100%;
    }
}
/*guarantee end*/

.cont-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.cont-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid #ff6a00;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 12px;
}

.cont-btn > a img {
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.cont-btn .wechat-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid #ff6a00;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
}

.cont-btn .wechat-wrap .wechat {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    background: #fff;
    padding: 6px;
    border: 1px solid #d9dbe1;
    border-radius: 4px;
    width: 120px;
    text-align: center;
    color: #ff6a00;
}

.cont-btn .wechat-wrap .wechat img {
    width: 100%;
}

.cont-btn > a.full {
    background: #ff6a00;
    color: #fff;
}

.cont-btn > a.default {
    color: #ff6a00;
}

@media (min-width: 768px) {
    .cont-btn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .cont-btn > a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 18px;
        border: 1px solid #ff6a00;
        margin-bottom: 10px;
        margin-right: 18px;
        border-radius: 2px;
        font-size: 15px;
    }
    
    .cont-btn > a img {
        height: 20px;
        width: 20px;
        margin-right: 6px;
    }
    
    .cont-btn .wechat-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 18px;
        border: 1px solid #ff6a00;
        margin-bottom: 10px;
        margin-right: 18px;
        border-radius: 2px;
        font-size: 15px;
        cursor: pointer;
    }
    
    .cont-btn .wechat-wrap .wechat {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 105%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
        background: #fff;
        padding: 6px;
        border: 1px solid #d9dbe1;
        border-radius: 4px;
        width: 120px;
        text-align: center;
        color: #ff6a00;
    }
    
    .cont-btn .wechat-wrap .wechat img {
        width: 100%;
    }
    
    .cont-btn > a.full {
        background: #ff6a00;
        color: #fff;
    }
    
    .cont-btn > a.default {
        color: #ff6a00;
    }
}

/* huawei begin */
.full-banner {
    position: relative;
    height: 360px;
    width: 100%;
}

.full-banner .swiper-slide {
    height: 360px;
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-banner.hw-b-520 {
    height: 520px;
}

.full-banner.hw-b-520 .swiper-slide {
    height: 520px;
}

.full-banner .banner-inner {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 500px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.full-banner .banner-inner b {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: bold;
    line-height: 80px;
}

.full-banner .banner-inner.title-s b {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

.full-banner .banner-inner.title-s b em {
    font-style: normal;
}

.full-banner .banner-inner .huawei-banner-img {
    width: 350px;
    height: 34px;
}

.full-banner .banner-inner .ali-banner-img {
    width: 335px;
    height: 51px;
}

.full-banner .banner-inner .ali-banner-img img,
.full-banner .banner-inner .huawei-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.full-banner .banner-inner b em {
    color: #FF6A00;
}

.full-banner .banner-inner p {
    margin-top: 0;
    padding: 0 14px;
    font-size: 14px;
    color: #3E3E3E;
    line-height: 28px;
}

.full-banner .banner-inner.title-s p {
    margin-top: 20px;
}

.full-banner .banner-inner p.ft-14{
    font-size: 14px;
    margin-top: 10px;
}

.full-banner .banner-inner p em {
    font-style: normal;
    color: #FF6A00;
}

.full-banner .banner-inner .banner-activity {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.full-banner .banner-inner .banner-activity a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}

.full-banner .banner-inner .banner-activity a:hover {
    text-decoration: none;
    color: inherit;
}

.full-banner .banner-inner .banner-activity a span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 1px 4px;
    background: #FF4E00;
    line-height: 1;
    margin-right: 4px;
}

.full-banner .banner-inner .banner-activity p {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
    color: #FF6A00;
}


.full-banner .banner-inner > a {
    position: relative;
    display: inline-block;
    min-width: 200px;
    margin-top: 30px;
    padding: 13px 40px;
    background: linear-gradient(to right, #FF6A00,  #f2a63b);
    color: #FFFFFF;
}

.full-banner .banner-inner > a:after {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/common/icon-s-arrow-right2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: right .5s .2s;
}

.full-banner .banner-inner > a:hover {
    color: #fff;
    text-decoration: none;
}

.full-banner .banner-inner > a:hover:after{
    right: 10px;
}

.full-banner .banner-inner .huawei-banner-tag {
    max-width: 100%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item.next-icon {
    margin-right: 0;
    position: relative;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-1 {
    background-image: url('../images/huawei/huawei-banner-tag-1.png');
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-2 {
    background-image: url('../images/huawei/huawei-banner-tag-2.png');
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-3 {
    background-image: url('../images/huawei/huawei-banner-tag-3.png');
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no {
    width: 32px;
    height: 44px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text b {
    line-height: 1;
    font-weight: 600;
    font-size: 24px;
    color: #181818;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text b em {
    font-style: normal;
    letter-spacing: 1px;
}

.full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text .tag-desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.full-banner .banner-float {
    display: none;
    position: absolute;
    top: 100px;
    right: var(--grid-style3-margin);
    width: 700px;
    height: 300px;
    padding: 50px 70px;
    background: rgba(255, 255, 255, 0.6);
}

.full-banner .banner-float b{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #181818;
}

.full-banner .banner-float .float-desc {
    margin-top: 32px;
    margin-bottom: 30px;
}

.full-banner .banner-float .float-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.full-banner .banner-float .float-desc p:not(:first-child) {
    margin-top: 24px;
}

.full-banner .banner-float .float-phone {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.full-banner .banner-float .float-phone .phone-name {
    font-weight: 600;
    font-size: 18px;
    color: #F26B21;
    margin-right: 8px;
}

.full-banner .banner-float .float-phone a {
    font-weight: 600;
    font-size: 30px;
    color: #F26B21;
}

.huawei-top-event {
    position: relative;
    top: -50px;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    min-height: 130px;
    background: #FBFCFF;
    box-shadow: 0px 0px 12px 0px rgba(166,178,188,0.24);
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.huawei-top-event .event-item {
    width: 90%;
    margin: 18px 0;
    padding: 0 3%;
    border-right: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.huawei-top-event .event-item:last-child {
    border-right: none;
}

.huawei-top-event .event-item .event-item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.huawei-top-event .event-item .event-item-inner .img-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.huawei-top-event .event-item .event-item-inner .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.huawei-top-event .event-item .event-item-inner .event-item-content b {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
}

.huawei-top-event .event-item .event-item-inner .event-item-content .desc {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    min-height: 30px;
}

.huawei-top-event .event-item .event-item-inner .event-item-content .desc em {
    font-style: normal;
    color: #FF6A00;
}

.page-huawei .huawei-product {
    width: 100%;
    margin-top: 50px;
}

.page-huawei .huawei-product.mtb {
    margin-top: 120px;
}

.page-huawei .huawei-product .title {
    width: 100%;
    margin: 30px 0;
}

.page-huawei .huawei-product .title h4 {
    font-weight: 600;
    font-size: 16px;
    color: #181818;
    text-align: center;
}

.page-huawei .huawei-product .huawei-product-wrapper {
    width: 100%;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper {
    margin: auto;
    max-width: calc(100% - var(--grid-style3-margin) * 2);
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li {
    position: relative;
    height: 60px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 2px;
    background: #FF6A00;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li.active a {
    color: #FF6A00;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li a {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li:hover a {
    color: #FF6A00;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul {
    width: 100%;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list.show {
    display: flex;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item {
    width: 50%;
    min-height: 250px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    background-color: #FFFFFF;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item:nth-child(-n+4) {
    border-top: 1px solid #E8E8E8;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item:nth-child(4n+1) {
    border-left: 1px solid #E8E8E8;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-img {
    margin-bottom: 40px;
    height: 40px;
    width: auto;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-img img {
    height: 100%;
    object-fit: scale-down;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text .product-title {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    margin-bottom: 12px;
}

.page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text .product-desc {
    font-weight: 400;
    font-size: 12px;
    color: #181818;
}

.page-huawei .huawei-case {
    width: 100%;
    margin-top: 110px;
}

.page-huawei .huawei-case .title {
    width: 100%;
    margin: 60px 0;
}

.page-huawei .huawei-case .title h4 {
    font-weight: 600;
    font-size: 16px;
    color: #181818;
    text-align: center;
}

.page-huawei .huawei-case .huawei-case-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper {
    width: 100%;
    position: relative;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item {
    position: relative;
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0px 0px 12px 0px rgba(157,157,157,0.24);
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background: #FF6A00;
    font-weight: 400;
    font-size: 14px;
    color: #FFFDFD;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item .case-img {
    min-height: 120px;
    width: 100%;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item .case-img img {
    width: 100%;
    object-fit: contain;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item .case-text {
    min-height: 150px;
    padding: 20px 10px;
}

.page-huawei .huawei-case .huawei-case-inner-b .case-list-wrapper .case-list .case-item .case-text p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.page-huawei .huawei-client {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 40px;
}

.page-huawei .huawei-client .title {
    width: 100%;
    margin: 40px 0;
}

.page-huawei .huawei-client .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    text-align: center;
}

.page-huawei .huawei-client .title .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    text-align: center;
}

.page-huawei .huawei-client .huawei-client-wrapper-b {
    position: relative;
    width: calc(100% - var(--grid-margin) * 2);
    margin: auto;
}

.page-huawei .huawei-client .huawei-client-wrapper-b .huawei-client-row {
    margin-bottom: 27px;
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.page-huawei .huawei-client .huawei-client-wrapper-b .huawei-client-row .client-item {
    width: 100px;
    height: 40px;
    margin-left: 15px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.page-huawei .huawei-client .huawei-client-wrapper-b .huawei-client-row .client-item img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.huawei-activity-event {
    position: relative;
    width: 100%;
    min-height: 80px;
    border: 2px solid #FFFFFF;
    background: rgba(255, 106, 0, 0.95);
}

.huawei-activity-event:before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--grid-style3-margin);
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.huawei-activity-event:after {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--grid-style3-margin);
    height: 100%;
    content: "";
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.huawei-activity-event .huawei-activity-event-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    padding: 11px 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.huawei-activity-event .huawei-activity-event-inner .event-item {
    width: 90%;
    min-height: 58px;
    padding: 0 3%;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.huawei-activity-event .huawei-activity-event-inner .event-item:not(:last-child) {
    border-right: 1px solid #ECECEC;
}

.huawei-activity-event .huawei-activity-event-inner .event-item .event-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.huawei-activity-event .huawei-activity-event-inner .event-item .event-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.huawei-activity-event .huawei-activity-event-inner .event-item .event-text b {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.huawei-activity-event .huawei-activity-event-inner .event-item .event-text .event-desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.page-huawei .huawei-activity-seckill {
    position: relative;
    width: 100%;
}

.page-huawei .huawei-activity-seckill .top-left-bg {
    position: absolute;
    top: -10px;
    left: 0;
    width: 217px;
    height: 316px;
    background-image: url('../images/huawei/huawei-content-bg-2.png');
    background-repeat: no-repeat;
    background-size: 217px 316px;
    z-index: -1;
}

.page-huawei .huawei-activity-seckill .middle-right-bg {
    position: absolute;
    bottom: 40%;
    right: 0;
    width: 177px;
    height: 199px;
    background-image: url('../images/huawei/huawei-content-bg-1.png');
    background-repeat: no-repeat;
    background-size: 177px 199px;
    z-index: -1;
}

.page-huawei .huawei-activity-seckill .main-bg {
    position: absolute;
    bottom: -20%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 914px;
    background-image: url('../images/huawei/huawei-main-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.page-huawei .huawei-activity-seckill .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-activity-seckill .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-activity-seckill .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-activity-seckill .title .desc a {
    padding: 0 2px;
    color: #4788FF;
    text-decoration: underline;
}

.page-huawei .huawei-activity-seckill .huawei-activity-seckill-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.page-huawei .huawei-activity-seckill .huawei-activity-seckill-inner .huawei-activity-seckill-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 2.2% 1.5%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #FFF2E2, #FFFFFF, #FFFFFF);
    border: 1px solid #E8E8E8;
}

.page-huawei .huawei-item:nth-child(4n+4){
    margin-right: 0;
}

.page-huawei .huawei-item .huawei-item-org-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
    background-image: url('../images/huawei/huawei-item-icon.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.page-huawei .huawei-item .huawei-item-top {
    width: 100%;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-title {
    width: 100%;
    overflow: hidden;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-title b {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #181818;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-title .desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-option {
    width: 100%;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item .option-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    min-width: 75px;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item .option-item-value {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-tag {
    width: 100%;
    min-height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-tag > div:not(:last-child) {
    margin-right: 7px;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-tag .tag-org-item {
    padding: 4px 7px;
    margin-top: 16px;
    background: #FFDFC9;
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    color: #FF6A00;
}

.page-huawei .huawei-item .huawei-item-top .huawei-item-tag .tag-item {
    padding: 4px 7px;
    margin-top: 16px;
    background: #EFF3FF;
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
}

.page-huawei .huawei-item .huawei-item-bottom {
    width: 100%;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price {
    width: 100%;
    margin-top: 10px;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-num {
    font-weight: 500;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-num span {
    font-size: 24px;
    line-height: 1;
    margin-left: 4px;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-num {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-num span {
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 4px;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-btn {
    width: 100%;
    margin-top: 18px;
}

.page-huawei .huawei-item .huawei-item-bottom .huawei-item-btn .org-btn {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(-90deg, #FFB33C, #FF6A00);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.page-huawei .huawei-more {
    width: 100%;
    min-height: 73px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-more a {
    position: relative;
    padding-right: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #1366EC;
}

.page-huawei .huawei-more a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 10px;
    height: 7px;
    background-image: url('../images/huawei/icon-huawei-more.png');
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.page-huawei .huawei-activity-newuser {
    position: relative;
    width: 100%;
}

.page-huawei .huawei-activity-newuser .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-activity-newuser .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-activity-newuser .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-activity-newuser .title .desc a {
    padding: 0 2px;
    color: #4788FF;
    text-decoration: underline;
}

.page-huawei .huawei-activity-newuser .huawei-activity-newuser-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.page-huawei .huawei-activity-newuser .huawei-activity-newuser-inner .huawei-activity-newuser-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-activity-newuser .top-left-bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 217px;
    height: 316px;
    background-image: url('../images/huawei/huawei-content-bg-2.png');
    background-repeat: no-repeat;
    background-size: 217px 316px;
    z-index: -1;
}

.page-huawei .huawei-activity-newuser .middle-right-bg {
    position: absolute;
    bottom: 40%;
    right: 90px;
    width: 177px;
    height: 199px;
    background-image: url('../images/huawei/huawei-content-bg-1.png');
    background-repeat: no-repeat;
    background-size: 177px 199px;
    z-index: -1;
}

.page-huawei .huawei-activity-newuser .main-bg {
    position: absolute;
    bottom: -20%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 914px;
    background-image: url('../images/huawei/huawei-main-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.page-huawei .huawei-activity-newaold {
    width: 100%;
}

.page-huawei .huawei-activity-newaold .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-activity-newaold .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-activity-newaold .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-activity-newaold .title .desc a {
    padding: 0 2px;
    color: #4788FF;
    text-decoration: underline;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper {
    width: 100%;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab {
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a {
    width: calc(100% / 7);
    min-height: 65px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a:last-child {
    border-right: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a.active {
    font-weight: 600;
    color: #FF6A00;
    border-top: 2px solid #FF6A00;
    background: linear-gradient(to bottom, #FFF2E2, #FFFFFF);
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 30px auto 0 auto;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list {
    width: 100%;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list li {
    width: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list li.show {
    display: flex;
}

.page-huawei .huawei-activity-group {
    width: 100%;
}

.page-huawei .huawei-activity-group .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-activity-group .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-activity-group .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-activity-group .title .desc a {
    padding: 0 2px;
    color: #4788FF;
    text-decoration: underline;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper {
    width: 100%;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab {
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a {
    width: calc(100% / 2);
    min-height: 65px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a:last-child {
    border-right: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a.active {
    font-weight: 600;
    color: #FF6A00;
    border-top: 2px solid #FF6A00;
    background: linear-gradient(to bottom, #FFF2E2, #FFFFFF);
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 30px auto 0 auto;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list {
    width: 100%;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li {
    width: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li.show {
    display: flex;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:nth-child(3n+3) {
    border-right: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:nth-child(-n+3) {
    border-top: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:last-child {
    border-right: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top {
    width: 100%;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title {
    width: 100%;
    padding: 44px 10px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .item-img {
    width: auto;
    height: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .item-img img {
    height: 100%;
    object-fit: scale-down;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title b {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .desc {
    margin-top: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    line-height: 22px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option {
    width: 100%;
    padding: 22px 30px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox] {
    margin-right: 20px;
    flex-shrink: 0;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 12px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]:checked::after {
    content: "";
    background-color: #037DF3;
    border-color: #037DF3;
    background-color: #FF6A00;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item .option-item-name {
    min-width: 120px;
    margin-right: 30px;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item .option-item-value {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 40px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price {
    width: 100%;
    padding: 0 60px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-num {
    font-weight: 500;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-num span {
    font-size: 24px;
    line-height: 1;
    margin-left: 4px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-num {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-num span {
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 4px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-btn {
    width: 100%;
    margin-top: 18px;
    padding: 0 60px;
}

.page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-btn .org-btn {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(-90deg, #FFB33C, #FF6A00);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.page-huawei .huawei-activity-step {
    width: 100%;
    margin-bottom: 56px;
}

.page-huawei .huawei-activity-step .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-activity-step .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-activity-step .huawei-activity-step-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.page-huawei .huawei-activity-step .huawei-activity-step-inner img {
    width: 100%;
    object-fit: scale-down;
}

.page-huawei .huawei-sale-card {
    position: relative;
    width: 100%;
    min-height: 820px;
    background-image: url('../images/huawei/huawei-sale-bg-1.png');
    background-repeat: no-repeat;
    top: -130px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 130px;
}

.page-huawei .huawei-sale-card .title {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-sale-card .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-sale-card .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-sale-card .title .desc em {
    color: #FF6A00;
    font-style: normal;
}

.page-huawei .huawei-sale-card .title .desc a {
    padding: 0 2px;
    color: #4788FF;
    text-decoration: underline;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper {
    width: calc((100% - var(--grid-style3-margin) * 2) / 0.9);
    min-height: 646px;
    margin: auto;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner {
    width: 91%;
    margin: auto;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row {
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-title {
    width: 263px;
    height: 45px;
    padding-left: 30px;
    background-image: url('../images/huawei/huawei-sale-card-title.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #473B36;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list {
    width: 100%;
    margin-top: 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item {
    width: 90%;
    min-height: 133px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/huawei/huawei-sale-card.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10%;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item:not(:last-child) {
    margin-right: 1%;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-price {
    font-weight: 600;
    font-size: 18px;
    color: #E85820;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-price span {
    margin-left: 4px;
    font-size: 36px;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-tips {
    font-weight: 600;
    font-size: 14px;
    color: #473B36;
}

.page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-right a {
    display: block;
    width: 40px;
    padding: 15px 0;
    font-weight: 600;
    font-size: 18px;
    color: #701C00;
    background: #FEF6C1;
    border-radius: 4px;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 40px;
}

.page-huawei .huawei-sale-character {
    width: 100%;
}

.page-huawei .huawei-sale-character .title {
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-sale-character .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    background: linear-gradient(0deg, #FFFFFF, #FFFAF1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-1 {
    background-image: url('../images/huawei/01.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-2 {
    background-image: url('../images/huawei/02.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-3 {
    background-image: url('../images/huawei/03.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-4 {
    background-image: url('../images/huawei/04.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-5 {
    background-image: url('../images/huawei/05.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-6 {
    background-image: url('../images/huawei/06.png');
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item {
    width: 90%;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding: 70px 5% 50px 4%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-size: auto 96px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text {
    margin-left: 20px;
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text b {
    font-weight: 600;
    font-size: 18px;
    color: #4A121D;
}

.page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text p {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #9D7051;
    line-height: 26px;
}

.page-huawei .huawei-sale-consult {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-huawei .huawei-sale-consult .huawei-sale-consult-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    min-height: 120px;
    margin: auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url('../images/huawei/huawei-sale-consult-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-huawei .huawei-sale-consult .huawei-sale-consult-inner > b {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 8%;
    margin-bottom: 20px;
}

.page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form .input {
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-radius: 0;
    border: none;
    outline: none;
    margin-right: 10px;
    margin-bottom: 20px;
}

.page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form input[type=submit] {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F26B21;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    outline: none;
}

.page-huawei .huawei-sale-advantage {
    width: 100%;
}

.page-huawei .huawei-sale-advantage .title {
    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-sale-advantage .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-sale-advantage .title .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    text-align: center;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item {
    width: 90%;
    border: 1px solid #E8E8E8;
    padding: 36px 4%;
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFFFFF;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item:not(:nth-child(3n+3)) {
    margin-right: 2%;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-text {
    margin-left: 32px;
}

.page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #4A121D;
}

.page-huawei .huawei-sale-qa {
    width: 100%;
}

.page-huawei .huawei-sale-qa .title {
    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;
}

.page-huawei .huawei-sale-qa .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    padding: 30px 40px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item {
    width: 100%;
    margin-bottom: 14px;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-title {
    position: relative;
    padding: 25px 0 25px 53px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    cursor: pointer;
    background: #FAFAFA;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29px;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    background: #B0B0B0;
    border-radius: 50%;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title {
    color: #FF6A00;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title:before {
    background: #FF6A00;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title:after {
    transform: rotateX(180deg);
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt {
    display: none;
    width: 100%;
    padding: 30px 50px 30px 53px;
    background: #FDFDFD;
    overflow: hidden;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-txt {
    display: block;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt li {
    list-style: inside;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt p {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 26px;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt ul {
    margin-top: 20px;
}

.page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt li {
    margin-bottom: 10px;
}

.huawei-sale-code-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: var(--top-z-index);
    background: rgba(123,123,123,0.6);
}

.huawei-sale-code-mask.show {
    display: block;
}

.huawei-sale-code-mask .huawei-sale-code {
    width: 500px;
    background: #FFFFFF;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    transform: translateX(-250px);
    padding: 30px 40px;
}

.huawei-sale-code-mask .huawei-sale-code .huawei-sale-code-title {
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code {
    margin-top: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code input {
    width: 240px;
    height: 48px;
    padding-left: 10px;
    margin-right: 20px;
    border-radius: 2px;
    border: 1px solid #E9E9E9;
    line-height: normal;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code .code-img {
    cursor: pointer;
    height: 48px;
    width: 160px;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code .code-img img {
    width: 100%;
    height: 100%;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 40px;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns button[type=submit] {
    width: 124px;
    height: 36px;
    background: #0058FF;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1;
    outline: none;
}

.huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns button[type=button] {
    width: 124px;
    height: 36px;
    margin-left: 20px;
    background: #E7E7E7;
    color: #1E2736;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1;
    outline: none;
}

.huawei-sale-bottom {
    margin-top: 72px;
    width: 100%;
    min-height: 160px;
    background-image: url('../images/huawei/huawei-sale-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.huawei-sale-bottom b {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.huawei-sale-bottom a {
    display: block;
    height: 44px;
    width: 172px;
    margin-top: 17px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    color: #F58020;
    line-height: 44px;
    text-align: center;
}

.page-huawei .ali-company {
    width: 100%;
    margin-top: 60px;
}

.page-huawei .ali-company .title {
    width: 100%;
    padding: 40px 0;
}

.page-huawei .ali-company .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    text-align: center;
}

.page-huawei .ali-company .title .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center;
}

.page-huawei .ali-company .ali-company-wrapper {
    width: 100%;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    border: 1px solid #eee;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top {
    width: 100%;
    border-bottom: 1px solid #eee;
    background-image: url('../images/ali/ali-company-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title {
    width: 100%;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left {
    width: auto;
    margin-bottom: 20px;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left h4 {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
    margin-bottom: 12px;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left .ali-company-title-desc {
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    line-height: 24px;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-right {
    flex-shrink: 0;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-right a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    padding: 0 30px;
    color: #FFFFFF;
    background-color: #FF6A00;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item {
    width: 90%;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 54px 40px;
    background: #FFFFFF;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item:nth-child(-n+3) {
    border-top: none;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item:nth-child(3n+3) {
    border-right: none;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top .img-wrapper {
    height: 48px;
    width: 48px;
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top b {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .advantage-item-desc {
    min-height: 86px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

@media (min-width: 768px) {
    .full-banner {
        position: relative;
        height: 580px;
        width: 100%;
    }
    
    .full-banner .swiper-slide {
        height: 580px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .full-banner .banner-inner {
        margin-top: 130px;
        margin-left: var(--grid-style3-margin);
        margin-right: var(--grid-style3-margin);
        max-height: 400px;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
    }
    
    .full-banner .banner-inner b {
        font-size: 48px;
        color: #3E3E3E;
        font-weight: bold;
        line-height: 80px;
    }
    
    .full-banner .banner-inner.title-s b {
        padding: 0;
        font-weight: bold;
        font-size: 32px;
        line-height: 54px;
    }
    
    .full-banner .banner-inner.title-s b em {
        font-style: normal;
    }
    
    .full-banner .banner-inner .huawei-banner-img {
        width: 431px;
        height: 49px;
    }
    
    .full-banner .banner-inner .ali-banner-img {
        width: 335px;
        height: 51px;
    }
    
    .full-banner .banner-inner .ali-banner-img img,
    .full-banner .banner-inner .huawei-banner-img img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    
    
    .full-banner .banner-inner b em {
        color: #FF6A00;
    }
    
    .full-banner .banner-inner p {
        margin-top: 0;
        padding: 0;
        font-size: 18px;
        color: #3E3E3E;
        line-height: 36px;
    }
    
    .full-banner .banner-inner.title-s p {
        margin-top: 20px;
    }
    
    .full-banner .banner-inner p.ft-14{
        font-size: 14px;
        margin-top: 10px;
    }
    
    .full-banner .banner-inner p em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .full-banner .banner-inner .banner-activity {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }
    
    .full-banner .banner-inner .banner-activity a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 6px;
    }
    
    .full-banner .banner-inner .banner-activity a:hover {
        text-decoration: none;
        color: inherit;
    }
    
    .full-banner .banner-inner .banner-activity a span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        padding: 1px 4px;
        background: #FF4E00;
        line-height: 1;
        margin-right: 4px;
    }
    
    .full-banner .banner-inner .banner-activity p {
        line-height: 1.2;
        font-size: 14px;
        font-weight: 400;
        color: #FF6A00;
    }
    
    .full-banner .banner-inner > a {
        position: relative;
        display: inline-block;
        min-width: 200px;
        margin-top: 50px;
        padding: 13px 40px;
        background: linear-gradient(to right, #FF6A00,  #f2a63b);
        color: #FFFFFF;
    }
    
    .full-banner .banner-inner > a:after {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        background-image: url('../images/common/icon-s-arrow-right2x.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: right .5s .2s;
    }
    
    .full-banner .banner-inner > a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .full-banner .banner-inner > a:hover:after{
        right: 10px;
    }
    
    .full-banner .banner-inner .huawei-banner-tag {
        max-width: 100%;
        margin-top: 35px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item.next-icon {
        margin-right: 30px;
        position: relative;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item.next-icon:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -25px;
        margin: auto;
        content: "";
        width: 23px;
        height: 28px;
        background-image: url('../images/huawei/huawei-banner-tag-next.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-1 {
        background-image: url('../images/huawei/huawei-banner-tag-1.png');
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-2 {
        background-image: url('../images/huawei/huawei-banner-tag-2.png');
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no.no-3 {
        background-image: url('../images/huawei/huawei-banner-tag-3.png');
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-no {
        width: 32px;
        height: 44px;
        margin-right: 10px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text b {
        line-height: 1;
        font-weight: 600;
        font-size: 24px;
        color: #181818;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text b em {
        font-style: normal;
        letter-spacing: 1px;
    }
    
    .full-banner .banner-inner .huawei-banner-tag .tag-item .tag-text .tag-desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .full-banner .banner-float {
        display: block;
        position: absolute;
        top: 100px;
        right: var(--grid-style3-margin);
        width: 700px;
        height: 300px;
        padding: 50px 70px;
        background: rgba(255, 255, 255, 0.6);
    }
    
    .full-banner .banner-float b{
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
        color: #181818;
    }
    
    .full-banner .banner-float .float-desc {
        margin-top: 32px;
        margin-bottom: 30px;
    }
    
    .full-banner .banner-float .float-desc p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .full-banner .banner-float .float-desc p:not(:first-child) {
        margin-top: 24px;
    }
    
    .full-banner .banner-float .float-phone {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .full-banner .banner-float .float-phone .phone-name {
        font-weight: 600;
        font-size: 18px;
        color: #F26B21;
        margin-right: 8px;
    }
    
    .full-banner .banner-float .float-phone a {
        font-weight: 600;
        font-size: 30px;
        color: #F26B21;
    }
    
    .huawei-top-event {
        position: relative;
        top: -50px;
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        min-height: 130px;
        background: #FBFCFF;
        box-shadow: 0px 0px 12px 0px rgba(166,178,188,0.24);
        border: 2px solid #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        z-index: 1;
    }
    
    .huawei-top-event .event-item {
        width: 25%;
        margin: 18px 0;
        padding: 0 3%;
        border-right: 1px solid #ECECEC;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
    }
    
    .huawei-top-event .event-item:last-child {
        border-right: none;
    }
    
    .huawei-top-event .event-item .event-item-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .huawei-top-event .event-item .event-item-inner .img-wrapper {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .huawei-top-event .event-item .event-item-inner .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    .huawei-top-event .event-item .event-item-inner .event-item-content b {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 14px;
        color: #181818;
    }
    
    .huawei-top-event .event-item .event-item-inner .event-item-content .desc {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        min-height: 30px;
    }
    
    .huawei-top-event .event-item .event-item-inner .event-item-content .desc em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .page-huawei .huawei-product {
        width: 100%;
        margin-top: 50px;
    }
    
    .page-huawei .huawei-product.mtb {
        margin-top: 120px;
    }
    
    .page-huawei .huawei-product .title {
        width: 100%;
        margin: 50px 0;
    }
    
    .page-huawei .huawei-product .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        text-align: center;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper {
        width: 100%;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper {
        max-width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        border-bottom: 1px solid #E8E8E8;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab {
        width: 100%;
        overflow-x: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li {
        position: relative;
        height: 60px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li.active:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 40%;
        height: 2px;
        background: #FF6A00;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li.active a {
        color: #FF6A00;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li a {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-tab-wrapper .huawei-product-tab li:hover a {
        color: #FF6A00;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin-top: 36px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul {
        width: 100%;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list.show {
        display: flex;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item {
        width: 25%;
        min-height: 250px;
        padding-top: 70px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #E8E8E8;
        background-color: #FFFFFF;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item:nth-child(-n+4) {
        border-top: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item:nth-child(4n+1) {
        border-left: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-img {
        margin-bottom: 40px;
        height: 40px;
        width: auto;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-img img {
        height: 100%;
        object-fit: scale-down;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text .product-title {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        margin-bottom: 12px;
    }
    
    .page-huawei .huawei-product .huawei-product-wrapper .huawei-product-inner ul .huawei-product-list .huawei-product-item .product-text .product-desc {
        font-weight: 400;
        font-size: 12px;
        color: #181818;
    }
    
    .page-huawei .huawei-case {
        width: 100%;
        margin-top: 110px;
    }
    
    .page-huawei .huawei-case .title {
        width: 100%;
        margin: 60px 0;
    }
    
    .page-huawei .huawei-case .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        text-align: center;
    }
    
    .page-huawei .huawei-case .huawei-case-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper {
        width: 100%;
        position: relative;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .arrow-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 72px;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        background-color: #000000;
        background-image: url('../images/huawei/icon-huawei-case-arrow.png');
        background-repeat: no-repeat;
        background-size: 11px 16px;
        background-position: center;
        transform: rotateY(180deg);
        opacity: 0.5;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .arrow-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 72px;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        background-color: #000000;
        background-image: url('../images/huawei/icon-huawei-case-arrow.png');
        background-size: 11px 16px;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list {
        width: 100%;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item {
        position: relative;
        width: 25%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        box-shadow: 0px 0px 12px 0px rgba(157,157,157,0.24);
        border: 1px solid #E8E8E8;
        background: #FFFFFF;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item .tag {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        background: #FF6A00;
        font-weight: 400;
        font-size: 14px;
        color: #FFFDFD;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item .case-img {
        min-height: 120px;
        width: 100%;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item .case-img img {
        width: 100%;
        object-fit: contain;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item .case-text {
        min-height: 150px;
        padding: 35px 28px;
    }
    
    .page-huawei .huawei-case .huawei-case-inner .case-list-wrapper .case-list .case-item .case-text p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
    }
    
    .page-huawei .huawei-client {
        width: 100%;
        margin-top: 110px;
        margin-bottom: 80px;
    }
    
    .page-huawei .huawei-client .title {
        width: 100%;
        margin: 60px 0;
    }
    
    .page-huawei .huawei-client .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        text-align: center;
    }
    
    .page-huawei .huawei-client .title .desc {
        margin-top: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        text-align: center;
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper {
        position: relative;
        width: calc(100% - var(--grid-margin) * 2);
        margin: auto;
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 12%;
        content: "";
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 12%;
        content: "";
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper .huawei-client-row {
        margin-bottom: 27px;
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper .huawei-client-row.middle {
        margin-left: -110px;
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper .huawei-client-row .client-item {
        width: 185px;
        height: 65px;
        margin-left: 15px;
        background: #FFFFFF;
        border: 1px solid #D4D4D4;
        flex-shrink: 0;
    }
    
    .page-huawei .huawei-client .huawei-client-wrapper .huawei-client-row .client-item img {
        height: 100%;
        width: 100%;
        object-fit: scale-down;
    }
    
    .huawei-activity-event {
        position: relative;
        width: 100%;
        min-height: 80px;
        border: 2px solid #FFFFFF;
        background: rgba(255, 106, 0, 0.95);
    }
    
    .huawei-activity-event:before {
        position: absolute;
        top: 0;
        left: 0;
        width: var(--grid-style3-margin);
        height: 100%;
        content: "";
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    
    .huawei-activity-event:after {
        position: absolute;
        top: 0;
        right: 0;
        width: var(--grid-style3-margin);
        height: 100%;
        content: "";
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    
    .huawei-activity-event .huawei-activity-event-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        padding: 11px 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item {
        width: 25%;
        min-height: 58px;
        margin-bottom: 0;
        padding: 0 3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item:not(:last-child) {
        border-right: 1px solid #ECECEC;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item .event-img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item .event-img img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item .event-text b {
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
    }
    
    .huawei-activity-event .huawei-activity-event-inner .event-item .event-text .event-desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
    }
    
    .page-huawei .huawei-activity-seckill {
        position: relative;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-seckill .top-left-bg {
        position: absolute;
        top: -10px;
        left: 0;
        width: 217px;
        height: 316px;
        background-image: url('../images/huawei/huawei-content-bg-2.png');
        background-repeat: no-repeat;
        background-size: 217px 316px;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-seckill .middle-right-bg {
        position: absolute;
        bottom: 40%;
        right: 0;
        width: 177px;
        height: 199px;
        background-image: url('../images/huawei/huawei-content-bg-1.png');
        background-repeat: no-repeat;
        background-size: 177px 199px;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-seckill .main-bg {
        position: absolute;
        bottom: -20%;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 914px;
        background-image: url('../images/huawei/huawei-main-bg.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-seckill .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-seckill .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-seckill .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-seckill .title .desc a {
        padding: 0 2px;
        color: #4788FF;
        text-decoration: underline;
    }
    
    .page-huawei .huawei-activity-seckill .huawei-activity-seckill-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .page-huawei .huawei-activity-seckill .huawei-activity-seckill-inner .huawei-activity-seckill-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 24.25%;
        padding: 2.2% 1.5%;
        margin-right: 1%;
        margin-bottom: 20px;
        background: linear-gradient(to bottom, #FFF2E2, #FFFFFF, #FFFFFF);
        border: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-item:nth-child(4n+4){
        margin-right: 0;
    }
    
    .page-huawei .huawei-item .huawei-item-org-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 98px;
        height: 24px;
        line-height: 24px;
        padding-left: 8px;
        background-image: url('../images/huawei/huawei-item-icon.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
    }
    
    .page-huawei .huawei-item .huawei-item-top {
        width: 100%;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-title {
        width: 100%;
        overflow: hidden;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-title b {
        display: inline-block;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        color: #181818;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-title .desc {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 24px;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-option {
        width: 100%;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item {
        width: 100%;
        border-bottom: 1px solid #F0F0F0;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item .option-item-name {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        min-width: 75px;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-option .option-item .option-item-value {
        font-weight: 400;
        font-size: 18px;
        color: #181818;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-tag {
        width: 100%;
        min-height: 64px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-tag > div:not(:last-child) {
        margin-right: 7px;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-tag .tag-org-item {
        padding: 4px 7px;
        margin-top: 16px;
        background: #FFDFC9;
        line-height: 1;
        font-weight: 400;
        font-size: 12px;
        color: #FF6A00;
    }
    
    .page-huawei .huawei-item .huawei-item-top .huawei-item-tag .tag-item {
        padding: 4px 7px;
        margin-top: 16px;
        background: #EFF3FF;
        line-height: 1;
        font-weight: 400;
        font-size: 12px;
        color: #181818;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom {
        width: 100%;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price {
        width: 100%;
        margin-top: 10px;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-name {
        margin-right: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-num {
        font-weight: 500;
        font-size: 14px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .price .price-num span {
        font-size: 24px;
        line-height: 1;
        margin-left: 4px;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-name {
        margin-right: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-num {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-price .old-price .price-num span {
        text-decoration: line-through;
        font-size: 14px;
        margin-left: 4px;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-btn {
        width: 100%;
        margin-top: 18px;
    }
    
    .page-huawei .huawei-item .huawei-item-bottom .huawei-item-btn .org-btn {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: linear-gradient(-90deg, #FFB33C, #FF6A00);
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }
    
    .page-huawei .huawei-more {
        width: 100%;
        min-height: 73px;
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-huawei .huawei-more a {
        position: relative;
        padding-right: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #1366EC;
    }
    
    .page-huawei .huawei-more a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 10px;
        height: 7px;
        background-image: url('../images/huawei/icon-huawei-more.png');
        background-repeat: no-repeat;
        background-size: 10px 7px;
    }
    
    .page-huawei .huawei-activity-newuser {
        position: relative;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newuser .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newuser .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-newuser .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-newuser .title .desc a {
        padding: 0 2px;
        color: #4788FF;
        text-decoration: underline;
    }
    
    .page-huawei .huawei-activity-newuser .huawei-activity-newuser-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .page-huawei .huawei-activity-newuser .huawei-activity-newuser-inner .huawei-activity-newuser-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-activity-newuser .top-left-bg {
        position: absolute;
        top: 100px;
        left: 0;
        width: 217px;
        height: 316px;
        background-image: url('../images/huawei/huawei-content-bg-2.png');
        background-repeat: no-repeat;
        background-size: 217px 316px;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-newuser .middle-right-bg {
        position: absolute;
        bottom: 40%;
        right: 90px;
        width: 177px;
        height: 199px;
        background-image: url('../images/huawei/huawei-content-bg-1.png');
        background-repeat: no-repeat;
        background-size: 177px 199px;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-newuser .main-bg {
        position: absolute;
        bottom: -20%;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 914px;
        background-image: url('../images/huawei/huawei-main-bg.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }
    
    .page-huawei .huawei-activity-newaold {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newaold .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newaold .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-newaold .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-newaold .title .desc a {
        padding: 0 2px;
        color: #4788FF;
        text-decoration: underline;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab {
        width: 100%;
        border-bottom: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a {
        width: calc(100% / 7);
        min-height: 65px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #E8E8E8;
        border-left: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a:last-child {
        border-right: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-tab .tab-list a.active {
        font-weight: 600;
        color: #FF6A00;
        border-top: 2px solid #FF6A00;
        background: linear-gradient(to bottom, #FFF2E2, #FFFFFF);
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 30px auto 0 auto;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list li {
        width: 100%;
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-activity-newaold .huawei-activity-newaold-wrapper .huawei-activity-newaold-inner .huawei-activity-newaold-list li.show {
        display: flex;
    }
    
    .page-huawei .huawei-activity-group {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-group .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-group .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-group .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-group .title .desc a {
        padding: 0 2px;
        color: #4788FF;
        text-decoration: underline;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab {
        width: 100%;
        border-bottom: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a {
        width: calc(100% / 2);
        min-height: 65px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #E8E8E8;
        border-left: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a:last-child {
        border-right: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-tab .tab-list a.active {
        font-weight: 600;
        color: #FF6A00;
        border-top: 2px solid #FF6A00;
        background: linear-gradient(to bottom, #FFF2E2, #FFFFFF);
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 30px auto 0 auto;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li {
        width: 100%;
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li.show {
        display: flex;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item {
        width: calc(100% / 3);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #E8E8E8;
        border-left: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:nth-child(3n+3) {
        border-right: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:nth-child(-n+3) {
        border-top: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item:last-child {
        border-right: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top {
        width: 100%;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title {
        width: 100%;
        padding: 44px 10px;
        border-bottom: 1px solid #E8E8E8;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .item-img {
        width: auto;
        height: 40px;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .item-img img {
        height: 100%;
        object-fit: scale-down;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title b {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-top .huawei-item-title .desc {
        margin-top: 6px;
        font-weight: 400;
        font-size: 12px;
        color: #181818;
        line-height: 22px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option {
        width: 100%;
        padding: 22px 30px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox] {
        margin-right: 20px;
        flex-shrink: 0;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox] {
        cursor: pointer;
        position: relative;
        width: 14px;
        height: 14px;
        font-size: 12px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]::after {
        position: absolute;
        top: 0;
        color: #000;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 3px
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]:checked::after {
        content: "";
        background-color: #037DF3;
        border-color: #037DF3;
        background-color: #FF6A00;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 4px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item .option-item-name {
        min-width: 120px;
        margin-right: 30px;
        flex-shrink: 0;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-option .option-item .option-item-value {
        font-weight: 400;
        font-size: 18px;
        color: #181818;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 40px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price {
        width: 100%;
        padding: 0 60px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-name {
        margin-right: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-num {
        font-weight: 500;
        font-size: 14px;
        color: #FF7E24;
        line-height: 1;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .price .price-num span {
        font-size: 24px;
        line-height: 1;
        margin-left: 4px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-name {
        margin-right: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-num {
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-price .old-price .price-num span {
        text-decoration: line-through;
        font-size: 14px;
        margin-left: 4px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-btn {
        width: 100%;
        margin-top: 18px;
        padding: 0 60px;
    }
    
    .page-huawei .huawei-activity-group .huawei-activity-group-wrapper .huawei-activity-group-inner .huawei-activity-group-list li .huawei-group-item .huawei-item-bottom .huawei-item-btn .org-btn {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: linear-gradient(-90deg, #FFB33C, #FF6A00);
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-step {
        width: 100%;
        margin-bottom: 56px;
    }
    
    .page-huawei .huawei-activity-step .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-activity-step .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-activity-step .huawei-activity-step-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
    }
    
    .page-huawei .huawei-activity-step .huawei-activity-step-inner img {
        width: 100%;
        object-fit: scale-down;
    }
    
    .page-huawei .huawei-sale-card {
        position: relative;
        width: 100%;
        min-height: 820px;
        background-image: url('../images/huawei/huawei-sale-bg-1.png');
        background-repeat: no-repeat;
        top: -130px;
        right: 0;
        left: 0;
        margin: auto;
        padding-top: 130px;
    }
    
    .page-huawei .huawei-sale-card .title {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-sale-card .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-card .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-card .title .desc em {
        color: #FF6A00;
        font-style: normal;
    }
    
    .page-huawei .huawei-sale-card .title .desc a {
        padding: 0 2px;
        color: #4788FF;
        text-decoration: underline;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper {
        width: calc((100% - var(--grid-style3-margin) * 2) / 0.9);
        min-height: 646px;
        margin: auto;
        background-image: url('../images/huawei/huawei-sale-card-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner {
        width: 91%;
        margin: auto;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row {
        width: 100%;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-title {
        width: 263px;
        height: 45px;
        padding-left: 30px;
        background-image: url('../images/huawei/huawei-sale-card-title.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        color: #473B36;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list {
        width: 100%;
        margin-top: 26px;
        padding: 0 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item {
        width: 19.2%;
        min-height: 133px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-image: url('../images/huawei/huawei-sale-card.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 0 1.5% 0 2%;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item:not(:last-child) {
        margin-right: 1%;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-price {
        font-weight: 600;
        font-size: 18px;
        color: #E85820;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-price span {
        margin-left: 4px;
        font-size: 36px;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-left .card-tips {
        font-weight: 600;
        font-size: 14px;
        color: #473B36;
    }
    
    .page-huawei .huawei-sale-card .huawei-card-wrapper .huawei-card-inner .huawei-card-row .huawei-card-list .huawei-card-item .item-right a {
        display: block;
        width: 40px;
        padding: 15px 0;
        font-weight: 600;
        font-size: 18px;
        color: #701C00;
        background: #FEF6C1;
        border-radius: 4px;
        writing-mode: vertical-rl;
        text-align: center;
        line-height: 40px;
    }
    
    .page-huawei .huawei-sale-character {
        width: 100%;
    }
    
    .page-huawei .huawei-sale-character .title {
        margin-top: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-sale-character .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        background: linear-gradient(0deg, #FFFFFF, #FFFAF1);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-1 {
        background-image: url('../images/huawei/01.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-2 {
        background-image: url('../images/huawei/02.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-3 {
        background-image: url('../images/huawei/03.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-4 {
        background-image: url('../images/huawei/04.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-5 {
        background-image: url('../images/huawei/05.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item.item-6 {
        background-image: url('../images/huawei/06.png');
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item {
        width: calc(100% / 3);
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #E8E8E8;
        padding: 70px 5% 50px 4%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        background-size: auto 96px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item:nth-child(-n+3) {
        border-top: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item:nth-child(3n+1) {
        border-left: 1px solid #E8E8E8;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text {
        margin-left: 20px;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text b {
        font-weight: 600;
        font-size: 18px;
        color: #4A121D;
    }
    
    .page-huawei .huawei-sale-character .huawei-sale-character-inner .character-item .item-text p {
        margin-top: 6px;
        font-weight: 400;
        font-size: 14px;
        color: #9D7051;
        line-height: 26px;
    }
    
    .page-huawei .huawei-sale-consult {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .page-huawei .huawei-sale-consult .huawei-sale-consult-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        min-height: 120px;
        margin: auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-image: url('../images/huawei/huawei-sale-consult-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .page-huawei .huawei-sale-consult .huawei-sale-consult-inner > b {
        font-weight: 600;
        font-size: 30px;
        color: #FFFFFF;
        margin-right: 8%;
        margin-bottom: 0;
    }
    
    .page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form .input {
        width: 220px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        border-radius: 0;
        border: none;
        outline: none;
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    .page-huawei .huawei-sale-consult .huawei-sale-consult-inner .huawei-sale-consult-form input[type=submit] {
        width: 120px;
        height: 40px;
        line-height: 40px;
        background: #F26B21;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        border: none;
        outline: none;
    }
    
    .page-huawei .huawei-sale-advantage {
        width: 100%;
    }
    
    .page-huawei .huawei-sale-advantage .title {
        margin-top: 100px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-sale-advantage .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-advantage .title .desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item {
        width: 32%;
        border: 1px solid #E8E8E8;
        padding: 36px 4%;
        margin-bottom: 14px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        background: #FFFFFF;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item:not(:nth-child(3n+3)) {
        margin-right: 2%;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-img {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-img img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-text {
        margin-left: 32px;
    }
    
    .page-huawei .huawei-sale-advantage .huawei-sale-advantage-inner .advantage-item .item-text p {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #4A121D;
    }
    
    .page-huawei .huawei-sale-qa {
        width: 100%;
    }
    
    .page-huawei .huawei-sale-qa .title {
        margin-top: 100px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .page-huawei .huawei-sale-qa .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        padding: 30px 40px;
        border: 1px solid #EFEFEF;
        background: #FFFFFF;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item {
        width: 100%;
        margin-bottom: 14px;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-title {
        position: relative;
        padding: 25px 0 25px 53px;
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
        cursor: pointer;
        background: #FAFAFA;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 29px;
        content: "";
        width: 6px;
        height: 6px;
        margin: auto;
        background: #B0B0B0;
        border-radius: 50%;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-title:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 60px;
        content: "";
        display: inline-block;
        width: 13px;
        height: 9px;
        margin: auto;
        background-image: url('../images/common/icon-faq-arrow.png');
        background-repeat: no-repeat;
        background-size: 13px 9px;
        transition: transform .3s;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title {
        color: #FF6A00;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title:before {
        background: #FF6A00;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-title:after {
        transform: rotateX(180deg);
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt {
        display: none;
        width: 100%;
        padding: 30px 50px 30px 53px;
        background: #FDFDFD;
        overflow: hidden;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item.show .qa-item-txt {
        display: block;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt li {
        list-style: inside;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt p {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 26px;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt ul {
        margin-top: 20px;
    }
    
    .page-huawei .huawei-sale-qa .huawei-sale-qa-inner .huawei-faq-item .qa-item-txt li {
        margin-bottom: 10px;
    }
    
    .huawei-sale-code-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: var(--top-z-index);
        background: rgba(123,123,123,0.6);
    }
    
    .huawei-sale-code-mask.show {
        display: block;
    }
    
    .huawei-sale-code-mask .huawei-sale-code {
        width: 500px;
        background: #FFFFFF;
        opacity: 1;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -80px;
        transform: translateX(-250px);
        padding: 30px 40px;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei-sale-code-title {
        font-size: 16px;
        line-height: 48px;
        font-weight: 600;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code {
        margin-top: 2px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code input {
        width: 240px;
        height: 48px;
        padding-left: 10px;
        margin-right: 20px;
        border-radius: 2px;
        border: 1px solid #E9E9E9;
        line-height: normal;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code .code-img {
        cursor: pointer;
        height: 48px;
        width: 160px;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code .code-img img {
        width: 100%;
        height: 100%;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 40px;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns button[type=submit] {
        width: 124px;
        height: 36px;
        background: #0058FF;
        color: #FFFFFF;
        font-size: 14px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        line-height: 1;
        outline: none;
    }
    
    .huawei-sale-code-mask .huawei-sale-code .huawei_sale_code_form .code-btns button[type=button] {
        width: 124px;
        height: 36px;
        margin-left: 20px;
        background: #E7E7E7;
        color: #1E2736;
        font-size: 14px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        line-height: 1;
        outline: none;
    }
    
    .huawei-sale-bottom {
        margin-top: 72px;
        width: 100%;
        min-height: 160px;
        background-image: url('../images/huawei/huawei-sale-bottom-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .huawei-sale-bottom b {
        display: inline-block;
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 22px;
    }
    
    .huawei-sale-bottom a {
        display: block;
        height: 44px;
        width: 172px;
        margin-top: 17px;
        background: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        color: #F58020;
        line-height: 44px;
        text-align: center;
    }
    
    .page-huawei .ali-company {
        width: 100%;
        margin-top: 60px;
    }
    
    .page-huawei .ali-company .title {
        width: 100%;
        padding: 40px 0;
    }
    
    .page-huawei .ali-company .title h4 {
        font-weight: 600;
        font-size: 24px;
        color: #181818;
        line-height: 36px;
        text-align: center;
    }
    
    .page-huawei .ali-company .title .desc {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 24px;
        text-align: center;
    }
    
    .page-huawei .ali-company .ali-company-wrapper {
        width: 100%;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: auto;
        border: 1px solid #eee;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top {
        width: 100%;
        border-bottom: 1px solid #eee;
        background-image: url('../images/ali/ali-company-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title {
        width: 100%;
        padding: 40px 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left {
        width: auto;
        margin-bottom: 0;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left h4 {
        font-weight: 600;
        font-size: 18px;
        color: #181818;
        line-height: 28px;
        margin-bottom: 12px;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-left .ali-company-title-desc {
        font-weight: 400;
        font-size: 14px;
        color: #373737;
        line-height: 24px;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-right {
        flex-shrink: 0;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-top .ali-company-title .ali-company-title-right a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-weight: 500;
        text-align: center;
        padding: 0 30px;
        color: #FFFFFF;
        background-color: #FF6A00;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item {
        width: calc(100% / 3);
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
        padding: 54px 40px;
        background: #FFFFFF;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item:nth-child(-n+3) {
        border-top: none;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item:nth-child(3n+3) {
        border-right: none;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top {
        width: 100%;
        margin-bottom: 22px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top .img-wrapper {
        height: 48px;
        width: 48px;
        background-color: #F0F0F0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .item-top b {
        margin-left: 20px;
        font-size: 24px;
        font-weight: 400;
        color: #181818;
    }
    
    .page-huawei .ali-company .ali-company-wrapper .ali-company-inner .ali-company-bottom .ali-company-advantage-item .advantage-item-desc {
        min-height: 86px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
    }
}
 /*  huawei end */
 
 /* 技术文档 begin */
.techsupport-page {
    width: 100%;
}

.techsupport-page .techsupport-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
}

.techsupport-page .techsupport-inner .techsupport-top {
    width: 100%;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-top-title {
    margin: 30px 0;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-top-title h4 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list {
    width: 100%;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list .hot-item {
    width: calc(100% / 3);
    min-height: 75px;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 6%;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list .hot-item:nth-child(-n+3) {
    border-top: none;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list .hot-item:nth-child(3n+3) {
    border-right: none;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list .hot-item .img-wrapper {
    width: 26px;
    height: 26px;
    margin-right: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.techsupport-page .techsupport-inner .techsupport-top .techsupport-hot-list .hot-item:hover {
    color: #1365ED;
}

.techsupport-page .techsupport-inner .techsupport-category {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left {
    width: 240px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .cate-left-title {
    padding-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .cate-left-title h4 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu {
    width: 100%;
    margin-top: 30px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu li {
    position: relative;
    padding: 16px 0 16px 20px;
    list-style: none;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    background: #646464;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu li:hover:before {
    background: #1464EE;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu li a {
    font-size: 14px;
    color: #181818;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-left .techsupport-menu li:hover a {
    color: #1464EE;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right {
    width: calc(100% - 240px - 5%);
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item {
    width: 100%;
    margin-bottom: 60px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-title {
    width: 100%;
    margin-bottom: 30px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-title h5 {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-title .desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-second-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-second-list .cate-second {
    width: calc((100% - 24px) / 2);
    padding: 28px 70px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-second-list .cate-second h6 {
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    line-height: 1;
    margin-bottom: 12px;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-second-list .cate-second:hover h6 {
    color: #1365ED;
}

.techsupport-page .techsupport-inner .techsupport-category .cate-right .cate-item .cate-second-list .cate-second .cate-second-desc {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
}

.techsupport-nav {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
}

.techsupport-nav .techsupport-nav-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    min-height: 57px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list .nav-item {
    padding: 2px 30px;
    border-right: 1px solid #D9D9D9;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list .nav-item:first-child {
    padding-left: 0;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list .nav-item:last-child {
    padding-right: 0;
    border-right: none;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list .nav-item a {
    color: #181818;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-list .nav-item.active a {
    color: #FF6A00;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-search {
    position: relative;
    margin-left: 50px;
    margin-right: 35px;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-search .nav-search-input {
    height: 36px;
    width: 340px;
    padding-left: 18px;
    padding-right: 38px;
    border: none;
    outline: none;
    background-color: #F3F3F3;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-search .nav-search-input::-moz-placeholder,
.techsupport-nav .techsupport-nav-inner .techsupport-nav-search .nav-search-input::-webkit-input-placeholder {
    color: #999999;
}

.techsupport-nav .techsupport-nav-inner .techsupport-nav-search:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    background-image: url('../images/common/icon-top-menu-search.png');
    background-repeat: no-repeat;
    background-size: 16px 17px;
}

.techsupport-nav .techsupport-nav-inner .techsupport-hot-keyword {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.techsupport-nav .techsupport-nav-inner .techsupport-hot-keyword .hot-keyword-title {
    font-size: 14px;
    color: #787878;
}

.techsupport-nav .techsupport-nav-inner .techsupport-hot-keyword a {
    font-size: 14px;
    color: #181818;
    margin-right: 14px;
}

.techsupport-nav .techsupport-nav-inner .techsupport-hot-keyword a:last-child {
    margin-right: 0;
}

.techsupport-nav .techsupport-nav-inner .techsupport-hot-keyword a:hover {
    color: #FF6A00;
}

.techsupport-page .techsupport-cont-container {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu {
    width: 240px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-cont-menu-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-cont-menu-title .menu-title b {
    font-size: 18px;
    color: #181818;
    font-weight: 400;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-cont-menu-title .menu-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/techsupport/icon-menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 14px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list {
    width: 100%;
    margin-top: 20px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item {
    width: 100%;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .menu-item-title {
    position: relative;
    color: #181818;
    font-size: 14px;
    padding: 16px 24px 16px 0;
    cursor: pointer;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .menu-item-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('../images/techsupport/icon-arrow.png');
    background-repeat: no-repeat;
    background-size: 12px 8px;
    transition: all 0.3s;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item.show .menu-item-title:after {
    transform: rotate(180deg);
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .article-list {
    display: none;
    width: 100%;
    margin: 20px 0;
    border-left: 1px solid #EEEEEE;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item.show .article-list {
    display: block;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .article-list li {
    position: relative;
    padding: 14px 0 14px 26px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .article-list li.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 3px;
    height: 35%;
    background-color: #1365ED;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .article-list li.active a {
    color: #1365ED;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-menu .techsupport-menu-list .menu-item .article-list li a:hover {
    color: #1365ED;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner {
    width: calc(100% - 240px - 5%);
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .cont {
    width: 100%;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .cont p {
    margin-bottom: 1rem;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .cont img {
    max-width: 100%;
    object-fit: contain;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page {
    width: 100%;
    padding: 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
    padding: 18px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
    background: #EFEFEF;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-item:hover {
    background: #F7F7F7;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-prev-item {
    margin-right: 44px;
    padding-left: 44px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-prev-item:before {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-top: 18.5px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #181818;
    border-width: 0 0 1.5px 1.5px;
    transform: translate(50%, 50%) rotate(45deg);
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-next-item {
    padding-right: 44px;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-next-item:before {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: 18.5px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #181818;
    border-width: 1.5px 1.5px 0 0;
    transform: translate(50%, 50%) rotate(45deg);
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-item .techsupport-content-page-name {
    flex-shrink: 0;
}

.techsupport-page .techsupport-cont-container .techsupport-cont-inner .techsupport-content-page .techsupport-content-page-item .techsupport-content-page-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* 技术文档 end */